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.

commecometrics

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.

Installation

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
devtools::install_github("mariahm1995/commecometrics")

You can also get the official release version from CRAN

install.packages("commecometrics")

Learn More

Two vignettes demonstrate the full workflow and capabilities of the package:

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.