count_year_span {burnr} | R Documentation |
Number of years of an fhx
object
Description
Number of years of an fhx
object
Usage
count_year_span(x)
Arguments
x |
An |
Value
The difference between the first and last observations in the fhx
object. NA
will be returned if NA
is in x$year
.
See Also
-
first_year()
get first year offhx
object. -
last_year()
get last year offhx
object. -
series_stats()
basic statistics for series in anfhx
object.
[Package burnr version 0.6.1 Index]