Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsta/learnglm
Resources to learn the General Lake Model
https://github.com/jsta/learnglm
Last synced: about 2 months ago
JSON representation
Resources to learn the General Lake Model
- Host: GitHub
- URL: https://github.com/jsta/learnglm
- Owner: jsta
- Created: 2017-06-13T13:09:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T20:31:13.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:11:24.969Z (6 months ago)
- Language: R
- Homepage: https://jsta.github.io/learnglm
- Size: 28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jsta/learnglm - Resources to learn the General Lake Model (R)
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# learnglm
This repository (`R` package) contains tutorials to learn the General Lake Model (GLM).
## Installation
You can install learnglm from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("jsta/learnglm")
```## Tutorials
Tutorials are presented as a series of [vignettes](https://jsta.github.io/learnglm/articles/index.html):
```{r load printr, echo=FALSE, message=FALSE, results='hide'}
loadNamespace("printr")
``````{r list vignettes, echo=FALSE}
help.search("*", types = "vignette", package = "learnglm")
``````{r unload printr, echo=FALSE}
unloadNamespace("printr")
```