Learn R Programming

tgram (version 0.2-4)

juniperus: Traqueid Measurements in Juniperus thurifera

Description

An example of traqueid measurements to standarize with function tgram.

Usage

data(juniperus)

Arguments

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

Run this code
data(juniperus)
cosa <- with(juniperus, 
                  standz.all(traq=width.um, series=traqueidogram,
                                 wl=lumen.wall, w.char="w", G=20)
                  ) 

plot(cosa, type="l")

Run the code above in your browser using DataLab