species_synchrony: Calculate species synchrony within each plot

Description Usage Arguments Value Author(s)

Description

Calculate species synchrony within each plot

Usage

1
2
species_synchrony(D, id_var = "plot_id", time_var = "calendar_year",
  species_id = "sp")

Arguments

D

Dataframe with time series of species level measurements of abundance/biomass across multiple patches. The dataframe can contain many additional columns that will be ignored.

id_var

Column name within dataframe that identifies unique patches. Defaults to "plot_id".

time_var

Column name within dataframe for the temporal identifier. Defaults to "calendar_year".

species_id

Character flag for columns indicating species id. Defaults to "sp".

Value

species_synchrony Synchrony of species' cover through time in each observed plot.

Author(s)

Andrew Tredennick


atredennick/patches documentation built on May 10, 2019, 2:11 p.m.