dplR (version 1.7.0)

print.rwl.report: Do some reporting on a RWL object

Description

This function prints the results of rwl.report

Usage

# S3 method for rwl.report
print(x, ...)

Arguments

x

a list from rwl.report

not implemented

Value

Invisible

Details

This function formats the list from rwl.report for the user to have a summary report of the number of series, the mean length of all the series, the first year, last year, the mean first-order autocorrelation (via summary.rwl), the mean interseries correlation (via interseries.cor), the years where a series has a missing ring (zero), internal NA, or a very small ring (<0.005).

See Also

rwl.report, summary.rwl, interseries.cor

Examples

Run this code
# NOT RUN {
data("gp.rwl")
rwl.report(gp.rwl)
foo <- gp.rwl
foo[177,1] <- NA 
foo[177:180,3] <- NA 
foo[185,4] <- 0.001 
rwl.report(foo)
# }

Run the code above in your browser using DataLab