Run GLM demo
From Age of Water
Installing required packages
For windows, OSX, or Linux use use the following command in R:
install.packages("glmtools",
repos = c("http://gleon.github.com/", "http://cran.us.r-project.org", "http://usgs-r.github.com/"),
dependencies = TRUE,
type = "both")
You now have GLM (GLMr
), R tools for GLM (glmtools
), NetCDF file handlers (ncdf
), and rLakeAnalyzer
installed!!
Run GLM demo
library(GLMr)
demo(glm)
If you get a success message, your task is complete!