dynRB_Vn: Relative Dynamic Range Box size per dimension and object

View source: R/dynRB_Vn.R

dynRB_VnR Documentation

Relative Dynamic Range Box size per dimension and object

Description

Function returns Dynamic Range Box size of each dimension n. Number of dynamic range boxes (steps) can be adjusted. Default: steps = 201

Usage

dynRB_Vn(A = A, steps = 201, correlogram = FALSE, row_col = c(2, 2))

Arguments

A

Data frame, where the first column is a character vector and the other columns are numeric vectors.

steps

Number of range boxes. Default: steps = 201

correlogram

If TRUE, the correlogram for each species is shown. If FALSE, no correlogram is shown. Default: correlogram = FALSE

row_col

Number of rows and columns of the figures (correlogram for each species). Default: row_col = c(2, 2)

Value

Data frame containing the summarized niche length for each object and dimension.

Author(s)

Manuela Schreyer manuelalarissa.schreyer@sbg.ac.at,
Wolfgang Trutschnig Wolfgang.Trutschnig@sbg.ac.at,
Robert R. Junker Robert.Junker@sbg.ac.at (corresponding author),
Jonas Kuppler Jonas.Kuppler@uni-duesseldorf.de,
Arne Bathke Arne.Bathke@sbg.ac.at

References

Junker RR, Kuppler J, Bathke AC, Schreyer ML, Trutschnig W (2016) Dynamic range boxes - A robust non-parametric approach to quantify size and overlap of n-dimensional hypervolumes. Methods in Ecology and Evolution doi: 10.1111/2041-210X.12611

Examples

# example function dynRB_Vn
# for reliable results use steps = 201
data(finch2)
r<-dynRB_Vn(finch2, steps = 101)

dynRB documentation built on Dec. 8, 2022, 1:11 a.m.