Description Usage Arguments Value
View source: R/summary_stats.R
ts_summary
creates a summary of a community time series
dataset. The summary contains community-level statistics, including total
number of observations, species richness, cross-correlations; as well as
summary statistics on the individual populations that make up the
community.
Some aspects of the summaries depend on times
, which should be a
vector of the time index associated with the time series; and
effort
, which should be a vector of the sampling effort.
obs_per_effort
is an optional argument for correcting abundance
based on effort; by default, it checks if effort
is NULL.
Interpolation of missing values for autocorrelation calcuations (if
needed) is done via interp_method
1 2 3 4 5 6 7 8 9 |
data |
a vector, matrix, or data.frame of |
times |
|
effort |
|
obs_per_effort |
|
interp_method |
|
include_spp_correlations |
whether to include the calculations of between-species correlations |
... |
additional arguments to be passed to |
ts_summary
: list
of number of species, number of
observations, summaries of the variables, the times, the effort, the
species richness, total observation, and the among-species correlation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.