Difference between revisions of "Help:Drawing graphs"

From Testiwiki
Jump to: navigation, search
m (See also)
m (See also)
Line 70: Line 70:
 
* [http://docs.ggplot2.org/current/geom_smooth.html Add a smoothed conditional mean]
 
* [http://docs.ggplot2.org/current/geom_smooth.html Add a smoothed conditional mean]
 
* [http://sape.inf.usi.ch/quick-reference/ggplot2/themes theme_grey]
 
* [http://sape.inf.usi.ch/quick-reference/ggplot2/themes theme_grey]
 +
* [http://docs.ggplot2.org/0.9.3/geom_histogram.html Different histograms]

Revision as of 21:07, 10 March 2013


Question

How to draw graphs in Opasnet?

Answer

R-tools

In R-tools, you have the functionalities of R available. We recommend that you use the package ggplot2 whenever possible. It is very powerful, and borrowing good ideas from others is easier if we all use the same approach. Of course, it is also possible to use plot' (a kind of basic graph) as well, but the limits come sooner. This is an example code that contains all kinds of examples with comments.

+ Show code

GoogleDocs

GoogleDocs is the method of choice for drawing causal diagrams.

  • Make a drawing.
  • Share it with everyone with open editing.
  • Download is in png or svg format.
  • Upload the file to Opasnet and copy a link to the original Google document to the image page.
  • Use like any image.

See also