detectEwLw | R Documentation |
This function detects the end of earlywood and the start of latewood
detectEwLw(x, ew = 0.5, lw = NULL)
x |
an "xRingList" object |
ew |
defines the end of earlywood as the ratio of the density range. The default value is 0.5, which means that the end of earlywood is placed at the point where the density is half the range between the minimum and maximum density values within an annual ring |
lw |
defines the start of latewood, the default value is |
an "xRingList" object with limits.ew and limits.lw added.
data(PaPiRaw) data(PaPiSpan) PaPi <- detectRings(PaPiRaw, PaPiSpan) PaPi.merge <- combineFrag(PaPi, frag = 9) PaPiRings <- detectEwLw(PaPi.merge, ew = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.