# 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.boot <- fboot(fres = CedarCreek.2004.2006.res,
opt.var = "performances",
nbIter = 4,
opt.plot = TRUE)
# }
# NOT RUN {
layout(1)
options(verbose = oldOption)
# }
Run the code above in your browser using DataLab