ReadShapefile_TreeRings {TreeRingShape}R Documentation

Read Shapefile_TreeRings

Description

Read Shapefile_TreeRings

Usage

ReadShapefile_TreeRings(
  filename = "Abies_277_h400_TreeRing_Representative.shp",
  ring.tag = "ring"
)

Arguments

filename

a file name(path) of shape file written to disk.

ring.tag

string, column name of ring years (0 is cambium layer)

Value

a list of tree ring lines

Examples

.dir <- system.file("shp",package = "TreeRingShape")
.file <- "Abies_277_h400_TreeRing_Representative.shp"
filename <- paste(.dir,.file,sep="/")
sf.L<-sf::st_read(filename)
plot(sf.L)
Lplot(ReadShapefile_TreeRings(filename))


[Package TreeRingShape version 3.0.3 Index]