mapAddPostHocAnalysis | R Documentation |
map
objectAdd a post hoc analysis function to a map
object
mapAddPostHocAnalysis(
map,
functionName,
postHocAnalysisGroups = NULL,
postHocAnalyses = "all",
useParallel = getOption("map.useParallel", FALSE),
...
)
map |
Optional map object. If not provided, then one will be
created. If provided, then the present |
functionName |
A function that is designed for post hoc analysis of
map class objects, e.g., |
postHocAnalysisGroups |
Character string with one
|
postHocAnalyses |
Character vector with |
useParallel |
Logical. If |
... |
Optional arguments to pass into |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.