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:

# install.packages("devtools")
devtools::install_github("jsta/learnglm")

Tutorials

Tutorials are presented as a series of vignettes:

loadNamespace("printr")
help.search("*", types = "vignette", package = "learnglm")
unloadNamespace("printr")


jsta/learnglm documentation built on June 28, 2022, 5 a.m.