View source: R/Perimeter_Area_calc.R
| AP | R Documentation |
This function determines the perimeter and area around the boundary points
AP(points)
points |
A dataframe with two columns. |
The area and perimeter covered bivariate data points, and the selected boundary points
x<-data.frame(x=evapotranspiration$`ET(mm)`,y=evapotranspiration$`yield(t/ha)`)
AP(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.