lma {dilp}R Documentation

Generate a suite of leaf mass per area results

Description

lma() takes either raw or processed leaf physiognomic data and returns leaf mass per area (LMA) reconstructions of species-mean, site-mean, and site- variance.

lma() calls calc_lma() multiple times with different sets of parameters. See calc_lma() for more control over LMA reconstructions.

Usage

lma(specimen_data)

Arguments

specimen_data

A table that must include "Site", "Morphotype", and either "Petiole Metric", or "Blade Area", "Petiole Area", and "Petiole Width".

Value

A list of tables containing leaf mass per area reconstructions.

References

Examples

results <- lma(McAbeeExample)
results

[Package dilp version 1.1.0 Index]