ReadShapefile_TreeRings: Read Shapefile_TreeRings

View source: R/ShapeFile.R

ReadShapefile_TreeRingsR 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))


TreeRingShape documentation built on April 4, 2025, 5:10 a.m.