boot.0.20: Bootstrapped matrix of time series for young material.

Description Usage Format Examples

Description

This is the bootstrapped matrices of mean time series produced from the "series.bootstrap" function.

Usage

1

Format

The format is: num [1:515, 1:999] NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN ...

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
data(boot.0.20)
## maybe str(boot.0.20) ; plot(boot.0.20) ...
## Not run: 
# This dataset was produced by running the following. 
data(ring.raw)
data(ring.stand)
data(dbh.po.nc)

#Subset "near-pith" is the material within 0 -20cm from the estimated pith
spline200.sub0.20.n   <- TruncSeriesPithoffset( ring.raw, ring.stand, dbh.po.nc, c(1,200))

boot.0.20   <-  series.bootstrap( spline200.sub0.20.n$sub.series.stand, stat, 999, 
names.stat, aver.by.tree = FALSE)

boot.0.20 <- boot.0.20$boot.series.mean

## End(Not run)

dplRCon documentation built on May 2, 2019, 2:02 p.m.

Related to boot.0.20 in dplRCon...