powered by
fhx
Percent scarred time series for fhx object
percent_scarred(x, injury_event = FALSE)
An fhx object.
Boolean indicating whether years with injury events should be considered as scars. Default is FALSE.
FALSE
data.frame with four columns:
data.frame
"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.
series_stats() basic statistics for series in an fhx object.
series_stats()
# NOT RUN { data("pgm") percent_scarred(pgm) # }
Run the code above in your browser using DataLab