localitiesToNicheMath: Wrapper for calculating niche math

View source: R/CalculateNicheSubspeciesDifferences.R

localitiesToNicheMathR Documentation

Wrapper for calculating niche math

Description

This function serves as a wrapper for the rest of the functions.

Usage

localitiesToNicheMath(
  Env,
  loc,
  species,
  rep1 = 10,
  rep2 = 1000,
  RMvalues = seq(0.5, 4, 0.5),
  fc = c("L", "LQ", "H"),
  numCores = 1,
  method = "block",
  verbose = T
)

Arguments

Env

The environmental variables to compare.

species

The species whose name to print.

locs

The localities to be processed.

Examples


localitiesToNicheMath(Env,loc,species)

kaiyaprovost/subsppLabelR documentation built on March 17, 2024, 5:09 p.m.