plot_TreeRing {TreeRingShape}R Documentation

Draw a plot of tree rings This function draws Tree rings of a disk from x, y list(x,y) with name of year.

Description

Draw a plot of tree rings This function draws Tree rings of a disk from x, y list(x,y) with name of year.

Usage

plot_TreeRing(L, year = 0, ...)

Arguments

L

list(x,y) of Tree ring coordinates with name of year

year

name of column of Tree ring year (0(cambium),1,2,....,n(pith))

...

other parameters to be passed through to plotting functions

Value

No return value, only draw tree ring plot.

Examples

names(TR@L)
plot_TreeRing(TR@L)
plot_TreeRing(TR@L,year=10,type='l',col='blue')

[Package TreeRingShape version 3.0.3 Index]