juniperus: Traqueid Measurements in Juniperus thurifera

Description Usage Format Examples

Description

An example of traqueid measurements to standarize with function tgram.

Usage

1

Format

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

Examples

1
2
3
4
5
6
7
data(juniperus)
cosa <- with(juniperus, 
                  standz.all(traq=width.um, series=traqueidogram,
                                 wl=lumen.wall, w.char="w", G=20)
                  ) 

plot(cosa, type="l")

tgram documentation built on May 1, 2019, 8:07 p.m.

Related to juniperus in tgram...