knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

testfunctions

The goal of of this package is to test package building. There is some wq plotting code in here and a simple calculation.

Installation

You can install the development version of testfunctions from GitHub with:

# install.packages("devtools")
devtools::install_github("catarfish/testfunctions")

Example

To start using the package:

library(testfunctions)

Look at data

summary(YBFMP_WQ)

Functions



catarfish/testfunctions documentation built on April 14, 2022, 10:36 a.m.