WriteShapefile_TreeRings: Write a shapefile of interpolated tree rings

View source: R/ShapeFile.R

WriteShapefile_TreeRingsR Documentation

Write a shapefile of interpolated tree rings

Description

Write a shapefile of interpolated tree rings

Usage

WriteShapefile_TreeRings(L2, filename = "test.shp")

Arguments

L2

is as list of Tree ring polygons (X, Y)

filename

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

Value

No return value, called for side effects.

Examples


#'
WriteShapefile_TreeRings (TR@L, tempfile("TreeRingShape_test",fileext = ".shp"))
dir(tempdir())


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