knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
r4es contains code tutorials on using R for working with environmental data. These tutorials are the first steps to the eventual book, R for Environmental Science.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("corysauve/r4es")
All tutorials and datasets are included when r4es is installed. They are also found under **
library(r4es) ## basic example code
I welcome any contributions or suggestions for improving this package! Please open an issue to do so.
The r4es package is licensed under the MIT License. Please see the LICENSE for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.