summarizeEffort: summarizeEffort

summarizeEffortR Documentation

summarizeEffort

Description

Produces a table indicating how many visits were made to parks and points.

Usage

summarizeEffort(
  object,
  byPark = T,
  byYear = T,
  byPoint = F,
  effort = "points",
  wide = F,
  output = "dataframe",
  ...
)

Arguments

object

An NCRNbirds object or a list of such objects.

byPark

Defaults to TRUE. Indicates if data should be separated by park (TRUE) or combined (FALSE)

byYear

Defaults to TRUE. Indicates if data should be separated by year (TRUE) or combined (FALSE)

byPoint

Defaults to FALSE. Indicates if data should be separated by point (TRUE) or combined (FALSE)

effort

Indicates if effort should be measured by "points" (# of points visited) or "visits" (total # of visits).

wide

Defaults to FALSE. If TRUE and byYear is TRUE then there will be a column for each year and row for each park or point. Otherwise there will be a single Year column to indicate the year.

output

Either "dataframe" (the default) or "list". Note that this must be in quotes. Determines the type of output from the function.

...

Additional arguments passed to getVisits

Details

This produces a summary of the amoutn of effort put into monitoring either measured as the number points visited or the number of visits made to the points. The data on effort is retrieved from the Visits slot of the NCRNbirds object(s). The output can either be in long format - suitable for further use in a map or graph, or in wide format which is easier for viewing. Any argument which is valid for getVisits is also valid for this function.


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