Description Usage Arguments Value Examples
Generate a data frame of reductions in cumulative burn based on fire management options treatment levels.
1 | fmo_cb_reduction(data, pretty_names = TRUE)
|
data |
a data frame resulting from fsdf. |
pretty_names |
logical, use more meaningful column names, better for printing. For programming, original names may be more convenient. |
a data frame.
1 2 3 4 5 | ## Not run:
x <- fsdf("historical_fsv.rds")
fmo_cb_reduction(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.