The goal of dilp is to help with analysis of quantitative fossil leaftraits. Key functions included are:
Digital Leaf Physiognomy -dilp()
Fossil Leaf Mass per Area -lma()
Leaf Margin Analysis -temp_slr()
Leaf Area Analysis -precip_slr()
You can install the stable version of dilp from your R sessionwith:
install.packages("dilp")You can install the development version of dilp fromGitHub with:
# install.packages("devtools")devtools::install_github("mjbutrim/dilp")Find a basic example of running a DiLP and LMA analysisin thisvignette
For ease of use, a template spreadsheet for data collection can befound here:DiLPData Collection Template
If you encounter any problems, or would like to request a feature,please create an issuehere