TreeRingsPoints {TreeRingShape} | R Documentation |
Read TreeRingsPoints shape file, check and save parameters
Description
Read TreeRingsPoints shape file, check and save parameters
Usage
TreeRingsPoints(TR)
Arguments
TR |
a tree ring class (classTreeRingShape ) |
Value
a list of (P,P00,YR_P,n_id,YR_P,n_YR)
Examples
# 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
[Package TreeRingShape version 3.0.3 Index]