| hfeifbytree {lgrdata} | R Documentation |
I x F at the HFE - tree observations
Description
Heights and stem diameters of trees growing in a fertilization x irrigation experiment in Richmond, New South Wales, Australia, as part pf the Hawkesbury Forest Experiment (HFE). A total of 16 plots, each with 72 Eucalyptus saligna trees, was remeasured 17 times between 2008 and 2012. Treatments to the plots were either control (C), applied with fertilizer (F), irrigation (I), or irrigation+fertilization (IF).
This dataset contains the tree-level observations, see hfeifplotmeans for
averaged data.
Usage
hfeifbytree
Format
A data frame with 9592 rows and 6 variables:
IDinteger A unique identifier for each tree.
plotnrinteger A total of sixteen plots (four treatments).
treatinteger One of four treatments (I - irrigated, F - dry fertilized, IL - Liquid fertilizer plus irrigation, C - control)
Datefactor The date of measurement (YYYY-MM-DD)
heightdouble Mean height for the sample trees ($m$).
diameterdouble Mean diameter for the sample trees ($cm$).
Source
Data courtesy of Craig Barton and Burhan Amiji, from Western Sydney University.
Examples
# Variable sample sizes over time. On many occassions, subsamples were measured.
data(hfeifbytree)
ftable(xtabs(~Date+treat, data=hfeifbytree))