Help:Drawing graphs: Difference between revisions
Jump to navigation
Jump to search
m (→See also) |
|||
Line 165: | Line 165: | ||
==See also== | ==See also== | ||
* [http://www.cookbook-r.com/Graphs/Plotting_means_and_error_bars_%28ggplot2%29/ Plotting means and error bars] | |||
* [http://wiki.stdout.org/rcookbook/Graphs/Scatterplots%20%28ggplot2%29/ Cookbook for R: Scatterplots] | * [http://wiki.stdout.org/rcookbook/Graphs/Scatterplots%20%28ggplot2%29/ Cookbook for R: Scatterplots] | ||
* [http://docs.ggplot2.org/0.9.3/scale_continuous.html Scales of x and y axes] | * [http://docs.ggplot2.org/0.9.3/scale_continuous.html Scales of x and y axes] |
Revision as of 05:43, 14 May 2014
Moderator:Jouni (see all) |
|
Upload data
|
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.
rlnorm
- Graph for cumulative probability distributions
Colours and ordering of bars
Google charts
This is how you can make fancy Google motion or map charts. See documentation for R package googleVis and Google's help.
Maps and GIS-based data
There are several methods to produce maps. These are described on Opasnet map.
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
- Plotting means and error bars
- Cookbook for R: Scatterplots
- Scales of x and y axes
- Add a smoothed conditional mean
- theme_grey
- Different histograms
- Scale and flip graphs with coord_cartesian. Note that coord_flip() can take coord_cartesian() parameters.
- Parameters for geom_density (adjust, fill,...)