mapAddAnalysis: Add an analysis to a 'map' object

View source: R/map-analysis.R

mapAddAnalysisR Documentation

Add an analysis to a map object

Description

TODO: description needed

Usage

mapAddAnalysis(
  map,
  functionName,
  useParallel = getOption("map.useParallel", FALSE),
  ...
)

Arguments

map

A map object

functionName

The name of the analysis function to add

useParallel

Logical indicating whether to use multiple threads. Defaults to getOption("map.useParallel", FALSE).

...

Additional arguments TODO: description needed


PredictiveEcology/map documentation built on Nov. 11, 2023, 11:44 a.m.