knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

metaco2

The goal of metaco2 is to facilitate the use of the HMSC package.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("javirudolph/metaco2")

Examples

  1. Simulate metacommunities
  2. Fit HMSC
  3. Variance partitioning
  4. Variance partitioning by sites
  5. Data wrangling of VP objects
  6. Ternary plots
  7. Species interactions and figures
  8. Convergence testing


javirudolph/metaco2 documentation built on July 27, 2019, 9:52 a.m.