Run GLM demo
Timeline
SubTasks
From Age of Water
Legend: M Mandatory | States: ■ Not defined, ■ Valid, ■ Inconsistent with parent
m (→Installing required packages) |
m (→Installing required packages) |
||
Line 24: | Line 24: | ||
type = "both")</pre></code> | type = "both")</pre></code> | ||
− | You now have GLM, R tools for GLM (glmtools), NetCDF file handlers (ncdf4), and rLakeAnalyzer installed!! | + | You now have GLM (<code>GLMr</code>), R tools for GLM (<code>glmtools</code>), NetCDF file handlers (<code>ncdf4</code>), and <code>rLakeAnalyzer</code> installed!! |
===Run GLM demo=== | ===Run GLM demo=== |
Revision as of 21:35, 20 October 2014
Installing required packages
For windows use use the following command in R: In R, type:
install.packages("ncdf4",
repos = "http://gleon.github.com/",
type = "win.binary")
then
install.packages("glmtools",
repos = c("http://gleon.github.com/", "http://cran.us.r-project.org", "http://usgs-r.github.com/"),
dependencies = TRUE,
type = "both",
INSTALL_opts = "--no-multiarch")
For OSX or Linux 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 (ncdf4
), and rLakeAnalyzer
installed!!
Run GLM demo
Properties
Incoming Properties
Credits
Users who have contributed to this Task, its SubTasks and Answers:
- Jordan (16 Edits)
- Hilary (5 Edits)
- Hargreaves (2 Edits)