makeNCRNbirds | R Documentation |
makes a new NCRNbirds
object from one or more existing objects
makeNCRNbirds(
object,
ParkCode,
ShortName,
LongName,
Network,
VisitNumber = NA,
Bands = NA,
Intervals = NA,
Species = NA,
Guilds = NA,
points = NA
)
object |
Either an |
ParkCode |
The parkcode for the new |
ShortName |
The short name for the new |
LongName |
The long name for the new |
Network |
The network code for the new |
points |
An optional charcter vector with point names. When specificied, only data from the given poits will be included in the new |
This function creates new NCRNbirds
objects by combining two or more previously existing objects and/or by
subsetting exisitng objects. If more than one object is provided then the data for these objects is combined. Providing a points
argument will indicate which points are in the new object. The user must indicate the new network code, park code and park names.
The VisitNumber
, Bands
, Intervals
, Species
and Guilds
arguments are all optional. If they are not specified,
and object
is a single NCRNbirds
object then the contents of these slots will be inherited from the original object
. If
object
is a list
of NCRNbirds
objects then the default is to use the content of the first object in the list
to fill the output object
.
VisitNumber
An optional numeric
vector of length 1. The number of visits that is typically made to each point. This serves as the default number of visits for other functions.
Bands
An optional data.frame
with metadata for the distance bands used during monitoring. Includes a name, min distance and max distance for each band.
Intervals
An optional data.frame
with mmeatdata for the time intervals used during monitroing. Includes a name start time in minutes and end time in minutes for each interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.