View source: R/TreeRingsInterpolation.R
TreeRingsInterpolation | R Documentation |
Interpolates tree ring between representative (manual input) tree rings with tree ring points
TreeRingsInterpolation(TR)
TR |
object of classTreeRingShape (without tree ring interpolated) |
TR object of classTreeRingShape (with tree ring interpolated)
# tree ring interpolation (add TR@L2 to classTreeRingShape )
TR@L2 ### empty
TR <- TreeRingsInterpolation(TR)
TR@L2 ### entered
ya <- plot_year_RingArea(TR@L2, 2018)$Year_TreeRingArea
# Figure of relationships year and tree ring area
plot(ya,type='b')
tri. <- TreeRingIndex(ya)
lines(tri.$spline,col='red',lw=2)
# Figure of relationships year and tree ring index
plot(tri.$idx,type='b')
abline(h=1,col='red')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.