juniperus | R Documentation |
An example of traqueid measurements to standarize with function tgram
.
data(juniperus)
A data frame with 77 observations on the following 4 variables.
traqueidogram
Numeric vector indicating the traqueidogram to which each measurement belongs
lumen.wall
A factor indicating if the measurement is lumen (l
)or wall (w
)
order
Position of the measurement in the ordered sequence within each traqueidogram
width.um
Width (micrometres) of each measurement
data(juniperus)
cosa <- with(juniperus,
standz.all(traq=width.um, series=traqueidogram,
wl=lumen.wall, w.char="w", G=20)
)
plot(cosa, type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.