search for: maxbrd

Displaying 1 result from an estimated 1 matches for "maxbrd".

Did you mean: maxbre
2009 Oct 11
0
Plotting groupedData objects by levels of a factor
Hi, I'm trying to plot a grouped data object for modelling maximum branch size by distance from stem apex: >MAXBRD.group <- groupedData(MAXBRD ~ Dtop | Type/Site/Tree, inner=~Status, data=MAXBRD.data). The following code produces a plot of MAXBRD ~ Dtop for each site type: >plot(MAXBRD.group, collapse=1, display=1, aspect=1.2, pch=20, inner=~1, main="MAXBRD with Distance from Stem Apex",...