percent_scarred: Percent scarred time series for 'fhx' object

View source: R/stats.R

percent_scarredR 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 fhx object.

injury_event

Boolean indicating whether years with injury events should be considered as scars. Default is FALSE.

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)

burnr documentation built on March 18, 2022, 7:17 p.m.