powered by
Function returns Dynamic Range Box size of each dimension \(n\). Number of dynamic range boxes (steps) can be adjusted. Default: steps = 201
steps
steps = 201
dynRB_Vn(A = A, steps = 201, correlogram = FALSE, row_col = c(2, 2))
Data frame containing the summarized niche length for each object and dimension.
Data frame, where the first column is a character vector and the other columns are numeric vectors.
Number of range boxes. Default: steps = 201
If TRUE, the correlogram for each species is shown. If FALSE, no correlogram is shown. Default: correlogram = FALSE
TRUE
FALSE
correlogram = FALSE
Number of rows and columns of the figures (correlogram for each species). Default: row_col = c(2, 2)
row_col = c(2, 2)
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
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
# example function dynRB_Vn # for reliable results use steps = 201 data(finch2) r<-dynRB_Vn(finch2, steps = 101)
Run the code above in your browser using DataLab