plot_TreeRing | 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.
plot_TreeRing(L, year = 0, ...)
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 |
No return value, only draw tree ring plot.
names(TR@L)
plot_TreeRing(TR@L)
plot_TreeRing(TR@L,year=10,type='l',col='blue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.