ReadShapefile_P00 | R Documentation |
Return x,y coordinates of a tree ring center point (P00) from shape file of tree ring points
ReadShapefile_P00(
filename = "Abies_277_h400_TreeRing_Points.shp",
id.tag = "id",
ring.tag = "ring"
)
filename |
a shape file name of Tree ring points |
id.tag |
string, column name of id (attribute table) |
ring.tag |
string, column name of ring years (0 is cambium layer) |
numeric : x,y coordinates of a tree ring center point (P00)
.dir <- system.file("shp",package = "TreeRingShape")
.file <- "Abies_277_h400_TreeRing_Points.shp"
filename <- paste(.dir,.file,sep="/")
ReadShapefile_P00(filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.