percent_scarred {burnr} | R Documentation |
Percent scarred time series for fhx
object
Description
Percent scarred time series for fhx
object
Usage
percent_scarred(x, injury_event = FALSE)
Arguments
x |
An |
injury_event |
Boolean indicating whether years with injury events
should be considered as scars. Default is |
Value
data.frame
with four columns:
"Year": The year.
"NumRec": The number of recording trees.
"NumScars": Number of fire scars and possibly fire injuries.
"PercScarred": The proportion of scars (and possibly injuries) to non-scar/injury series in the year.
See Also
series_stats()
basic statistics for series in an fhx
object.
Examples
data("pgm")
percent_scarred(pgm)
[Package burnr version 0.6.1 Index]