Do some reporting on a RWL object
This function prints the results of rwl.report
## S3 method for class 'rwl.report' print(x, ...)
x |
a |
... |
not implemented |
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).
Invisible
Andy Bunn. Patched and improved by Mikko Korpela.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.