Learn R Programming

burnr (version 0.6.1)

print.intervals: Print a fire intervals object

Description

Print a fire intervals object

Usage

# S3 method for intervals
print(x, ...)

Arguments

x

An intervals object.

...

Additional arguments that are tossed.

See Also

intervals() to create a fire intervals object.

Examples

Run this code
# NOT RUN {
data(pgm)
interv <- intervals(composite(pgm))
print(interv)

# Note, you can also catch the printed table:
summary_stats <- print(interv)

# }

Run the code above in your browser using DataLab