KorcakPlot1 | R Documentation |
Korcak plot of 1 data set of water areas
KorcakPlot1( areas, minval = 100, addLine = "none", lineColour = "red", useLargest = FALSE )
areas |
Required. Vector of water areas. |
minval |
Optional. Minimum water area to be plotted. Default is 100 m2. |
addLine |
Optional. Default is none. Other options are linear, quadratic, gpd and pareto2. |
lineColour |
Optional. Colour to be used for the fitted line. Default is red. |
useLargest |
Optional. If |
Returns ggplot2 object of Korcak plot.
## Not run: p <- KorcakPlot1(alldata$areas) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.