powered by
intervals
Print a fire intervals object
# S3 method for intervals print(x, ...)
An intervals object.
Additional arguments that are tossed.
intervals() to create a fire intervals object.
intervals()
# 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