| juniperus {tgram} | R Documentation |
Traqueid Measurements in Juniperus thurifera
Description
An example of traqueid measurements to standarize with function tgram.
Usage
data(juniperus)
Format
A data frame with 77 observations on the following 4 variables.
traqueidogramNumeric vector indicating the traqueidogram to which each measurement belongs
lumen.wallA factor indicating if the measurement is lumen (
l)or wall (w)orderPosition of the measurement in the ordered sequence within each traqueidogram
width.umWidth (micrometres) of each measurement
Examples
data(juniperus)
cosa <- with(juniperus,
standz.all(traq=width.um, series=traqueidogram,
wl=lumen.wall, w.char="w", G=20)
)
plot(cosa, type="l")
[Package tgram version 0.2-3 Index]