get_det_window: Get detection window get the range of detections for each...

Description Usage Arguments Value Examples

View source: R/get_det_window.R

Description

Get detection window get the range of detections for each detection year of a dataframe

Usage

1
get_det_window(dets_df, timecol)

Arguments

dets_df

Detections dataframe with a Detyear column. To add the Detyear column, call get_det_year() on your dataframe first.

timecol

The name of the date-time column for the detections, in quotes

Value

A dataframe with the date and time of the first and last detection for each Detection Year present in the dataframe (between 2011 and 2018).

Examples

1
get_det_window(chn_detections, "DateTimePST")

fishsciences/ybt documentation built on March 11, 2021, 8:45 a.m.