The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The commecometrics package provides tools for conducting ecometric analyses using trait data, species distributions, and environmental variables. It supports workflows for both continuous (e.g., precipitation) and categorical (e.g., vegetation) environmental variables, and includes utilities for fossil data integration, paleoenvironmental reconstruction, and sensitivity analyses.
You can install the development version of commecometrics from GitHub with:
# Install devtools if you don't have it
install.packages("devtools")
# Install commecometrics from GitHub
::install_github("mariahm1995/commecometrics") devtools
You can also get the official release version from CRAN
install.packages("commecometrics")
Two vignettes demonstrate the full workflow and capabilities of the package:
Introduction to commecometrics
Overview of trait–environment modeling, prediction, and visualization
using modern data.
Reconstructing Paleoenvironments from Fossil
Traits
Extends the framework to fossil communities for estimating past
environmental conditions.
You can also access them from within R:
# List all vignettes
browseVignettes("commecometrics")
#> No vignettes found by browseVignettes("commecometrics")
# Open a specific vignette
vignette("introduction-to-commecometrics")
#> Warning: vignette 'introduction-to-commecometrics' not found
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.