Skip to content
Prev 307128 / 398506 Next

LaTeX consistent publication graphics from R and Comparison of GLE and R

On Oct 5, 2012, at 3:32 PM, clangkamp <christian.langkamp at gmxpro.de> wrote:

            
If you are comfortable in LaTeX, I would suggest that you look at PSTricks:

  http://tug.org/PSTricks/main.cgi

I use that for creating subject disposition flow charts for clinical trials with Sweave. I can then use \Sexpr{}'s to fill in various annotations in the boxes, etc. so that all content is programmatically created in a reproducible fashion.

There are some examples of flow charts and tree diagrams here:

  http://tug.org/PSTricks/main.cgi?file=pst-node/psmatrix/psmatrix#flowchart

and there are various other online resources for using PSTricks.

Keep in mind that since this is PostScript based, you need to use a latex + dvips + ps2pdf sequence, rather than just pdflatex.

Regards,

Marc Schwartz