View source: R/TreeRingsInterpolation.R
TreeRingsPoints | R Documentation |
Read TreeRingsPoints shape file, check and save parameters
TreeRingsPoints(TR)
TR |
a tree ring class (classTreeRingShape ) |
a list of (P,P00,YR_P,n_id,YR_P,n_YR)
# didectory of tree ring shapefiles
.dir <- system.file("shp",package = "TreeRingShape")
# path of P_filename
.file <- "Abies_277_h400_TreeRing_Points.shp"
TR_@P_filename <- paste(.dir,.file,sep="/")
TreeRingsPoints(TR_)@P
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.