year_range {burnr} | R Documentation |
Range of years in an fhx
object
Description
Range of years in an fhx
object
Usage
year_range(x)
Arguments
x |
An |
Value
A numeric vector or NULL
.
See Also
-
series_names()
get all the series in anfhx
object. -
get_year()
subset anfhx
object to select years. -
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)
year_range(lgr2)
[Package burnr version 0.6.1 Index]