detected_in_period_resolution: detected_in_period_resolution

Description Usage Arguments

View source: R/detected_in_period_resolution.R

Description

This function allows you to detect which specimens from a list were detected either over all time or over specified interval. Shows detections per specified resolution intervals.

Usage

1
2
detected_in_period_resolution(data_set, start_date = NULL,
  end_date = NULL, known_tags, detection_resolution)

Arguments

start_date

Enter as character string "MM-DD-YYYY"

end_date

Enter as character string "MM-DD-YYYY"

known_tags

Tags either imported usingtags_from_db.

detection_dataframe

Data read in using get_detection_data.

resolution

The resolution you want to view the data divided into specified as a character string of one of the following: "year", "month", "week", "day", or "hour"


Keegan-Evans/pitDataR documentation built on July 9, 2019, 5:59 p.m.