series_names {burnr} | R Documentation |
Get fhx
series names
Description
Get fhx
series names
Usage
series_names(x)
Arguments
x |
An |
Value
A character vector or NULL
.
See Also
-
series_names()
get all the series in anfhx
object. -
get_year()
subset anfhx
object to select years. -
year_range()
get earliest and latest year in anfhx
object. -
get_series()
subset anfhx
object to select series. -
get_event_years()
gets years for various events in anfhx
object. -
count_event_position()
count the number of different events in anfhx
object. -
yearly_recording()
count the number of "recording" events in each year of anfhx
object. -
series_stats()
basic summary stats for anfhx
object.
Examples
data(lgr2)
series_names(lgr2)
[Package burnr version 0.6.1 Index]