dilp_processing {dilp}R Documentation

Process raw leaf physiognomic data

Description

dilp_processing() will typically only be called internally by dilp(). However, it can be used on its own to generate and view a processed DiLP dataset that includes raw and derived physiognomic values useful for DiLP and other physiognomic analyses. Returns a data frame.

Usage

dilp_processing(specimen_data)

Arguments

specimen_data

A data frame containing specimen level leaf physiognomic data. A good reference for how to put together the data: McAbeeExample

Value

A data frame containing cleaned and processed specimen level leaf physiognomic data. New variables calculated are:

Examples

dilp_dataset <- dilp_processing(McAbeeExample)
dilp_dataset

[Package dilp version 1.1.0 Index]