getDesign: getDesign

getDesignR Documentation

getDesign

Description

Returns informaiton on the study design stored in an NCRNbirds object.

Usage

getDesign(object, info)

Arguments

object

An NCRNbirds object or a list of such objects.

info

A length one chararcter vector. Indicates which aspect of the study design should be returned.

"visits"

The number of visits typcially made to a point during a monitoring season. Retrieved from the VisitNumber slot.

"bands"

The distance bands used for the study. Retrieved from the Bands slot.

"intervals"

The time intervals used for the study. Retrieved from the VisitNumber slot.

Details

This function returns information about the study design used to collect the data. The type of information is determined by the info argument. When "visits" is selected the output will be a length one numeric vector, the other two options will return adata.frame. If the input is a list of NCRNbird objects, the the output will be eithe a list of vectors or a list of date.frames depending on the info argument.


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