KorcakPlot2 | R Documentation |
Korkcak plot of 2 data sets
KorcakPlot2( data1, name1, data2, name2, minsize = 0, xbreaks = c(10, 1000, 1e+05), ybreaks = c(0.005, 0.001, 0.01, 0.1, 0.2, 0.4, 0.6, 0.8, 1), addLine = "linear", useLargest = FALSE )
data1 |
Required. Vector holding first data set. |
name1 |
Required. Name of first data set. |
data2 |
Required. Vector holding second data set. |
name2 |
Required. Name of second data set. |
minsize |
Optional. Minimum value to be plotted. |
xbreaks |
Optional. Location of breaks in x-axis. Default is |
ybreaks |
Optional. Location of breaks in y-axis. Default is |
addLine |
Optional. Default is none. Other options are linear, quadratic, and gpd. |
useLargest |
Optional. If |
Returns a ggplot2 object of korcak plot.
## Not run: p <- KorcakPlot2(data1, 'water', data2, 'bog') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.