print.intervals {burnr} | R Documentation |
Print a fire intervals
object
Description
Print a fire intervals
object
Usage
## S3 method for class 'intervals'
print(x, ...)
Arguments
x |
An |
... |
Additional arguments that are tossed. |
See Also
intervals()
to create a fire intervals
object.
Examples
data(pgm)
interv <- intervals(composite(pgm))
print(interv)
# Note, you can also catch the printed table:
summary_stats <- print(interv)
[Package burnr version 0.6.1 Index]