# Print summary (use built-in Toona plant):
summary(toona)
# Or save summary as a list, access single values:
plantsumm <- summary(toona)
plantsumm$meanpath # mean path length from soil to leaf
# See table above for names of single variables.
# Summary on a plant3dlist ('myplants' is constructed with 'readplantlist').
summary(myplants, writefile=TRUE)
# Also calculate STARbar (with the exact method).
summary(myplant, calcSTARbar=TRUE, method="exact")Run the code above in your browser using DataLab