if (FALSE) {
## show examples (see respective help pages for details)
example(pricefit)
example(SCOC)
## run demos
demo("chap1") # chapter 1. Introduction
demo("chap2") # chapter 2. Model formulation
demo("chap3") # chapter 3. Spatial components and transport
demo("chap4") # chapter 4. Parameterisation
demo("chap5") # chapter 5. Model solution - analytical methods
demo("chap6") # chapter 6. Model solution - numerical methods
demo("chap7") # chapter 7. Stability and steady-state
demo("chap8") # chapter 8. Multiple time scales and equilibrium processes
demo("chap9") # chapter 9. Discrete time models
demo("chap10") # chapter 10. Dynamic programming
demo("chap11") # chapter 11. Testing and validating the model
## open the directory with source code of demos
browseURL(paste(system.file(package="ecolMod"), "/demo", sep=""))
## open the directory with book examples
browseURL(paste(system.file(package="ecolMod"), "/doc/examples", sep=""))
## ecolMod vignette:
vignette("ecolMod")
}
Run the code above in your browser using DataLab