# NOT RUN {
# Enable the comments
oldOption <- getOption("verbose")
if (!oldOption) options(verbose = TRUE)
layout(matrix(c(1,2,3,4), nrow = 2, ncol = 2, byrow = TRUE))
# }
# NOT RUN {
# }
# NOT RUN {
# Test the significance of annual biomass production
test.perf <- ftest(fres = CedarCreek.2004.2006.res,
opt.var = c("performance"), opt.plot = TRUE)
# Test the significance of each component within each component cluster
test.comp <- ftest(fres = CedarCreek.2004.res,
opt.var = c("components"), opt.plot = TRUE)
# }
# NOT RUN {
layout(1)
options(verbose = oldOption)
# }
Run the code above in your browser using DataLab