View source: R/TreeRingsInterpolation.R
TreeRingsLines | R Documentation |
Read representative tree ring lines from shape files
TreeRingsLines(TR)
TR |
a tree ring class (classTreeRingShape ) |
TR (TreeRing class TR@L<-L ; TR@L_<-L_ ; TR@YR_L <-YR_L ; TR@ln <- ln)
# 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
# path of L_file name
.file <- "Abies_277_h400_TreeRing_Representative.shp"
L_filename <- paste(.dir,.file,sep="/")
TreeRingsPoints(TR_)@L
Lplot(TR@L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.