Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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")
```