mapEffort: mapEffort

mapEffortR Documentation

mapEffort

Description

Produces an html map of the number of visits made to each point.

Usage

mapEffort(
  object,
  years = NA,
  points = NA,
  palette = "BuGn",
  maptype = "basic",
  title = "Visits per Point",
  ...
)

Arguments

object

Either an object of class NCRNbirds or a list of such objects.

years

Optional. A vector of numeric value(s) indicating the year of the data you wish to map. NA, the default, combines data across all years.

palette

Color pallete for the colors of the points. Defaults to "BuGn" (blue green) but will accept any RColorBrewer, viridis or custom palette.

maptype

The type of base map to be used. See mapBirds for options.

title

A character vector to be used as the legend title.

...

Additional arguments passed to summarizeEffort.

Details

This function prodcues a map showing number of visits to each point for one or more years. The number of visits is calculated using the summarizeEffort function, and this data is then passed on to the mapBirds function.

See Also

summarizeEffort mapBirds


NCRN/NCRNbirds documentation built on Aug. 28, 2023, 12:12 p.m.