print.rwl.report | R Documentation |
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.
rwl.report
, summary.rwl
,
interseries.cor
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.