View source: R/area_calculation.R
area_calculation | R Documentation |
Function to calculate area of the generated polygon
area_calculation(df)
df |
input dataframe in the required format |
This function serves as a supplementary tool to compute the area of each generated origami plot when the maximal area achievable within the defined parameters (when all the variables attain 1) is set to 1. The resulting calculated area offers an interpretation of the proportion between the actual origami plot and the maximum achievable area.
result
data(sucra)
area_calculation(sucra)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.