area_calculation {OrigamiPlot}R Documentation

Function to calculate area of the generated polygon

Description

Function to calculate area of the generated polygon

Usage

area_calculation(df)

Arguments

df

input dataframe in the required format

Details

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.

Value

result

Examples

data(sucra)
area_calculation(sucra)


[Package OrigamiPlot version 0.2.0 Index]