WriteShapefile_TreeRings {TreeRingShape}R 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())


[Package TreeRingShape version 3.0.3 Index]