print.rwl.report {dplR} | R Documentation |
Do some reporting on a RWL object
Description
This function prints the results of rwl.report
Usage
## S3 method for class 'rwl.report'
print(x, ...)
Arguments
x |
a |
... |
not implemented |
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).
Value
Invisible
Author(s)
Andy Bunn. Patched and improved by Mikko Korpela.
See Also
rwl.report
, summary.rwl
,
interseries.cor
Examples
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)
[Package dplR version 1.7.7 Index]