bgstats: Statistics calculated from a biogeographic partitioning

View source: R/stats.R

bgstatsR Documentation

Statistics calculated from a biogeographic partitioning

Description

This function will output various statistics of biogeographic partitioning files

Usage

bgstats(
  bg,
  cell,
  bin = NULL,
  bu = "grouping",
  mjc = 3,
  bb = TRUE,
  noNAStart = FALSE,
  propsing = FALSE
)

Arguments

bg

Output of the bgpart function, with tracing=TRUE.

cell

(character) Variable name of the spatial cells.

bin

(character) Variable name of the time slice identifier.

bu

(character) Variable name of grouping (biogeographic units).

mjc

(numeric) Minimum number of jointly sampled cells betwen a pair of time slices. For slicewise results, this can be set to NULL, which will not return patterns of jointly sampled cells.

bb

logical Should by-bioregion turnover be calculated (requires the divDyn package).

noNAStart

(logical) Same as divDyn.

propSing

(logical) Should single-interval regions be counted in the emergence/disintegration proportions? Default to FALSE as in Kocsis et al. 2018, Proceedings B.

Details

Description of variables.


adamkocsis/obigeo documentation built on Oct. 14, 2024, 8:46 a.m.