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

Rplanktonanalytic

Lifecycle: experimental

The goal of Rplanktonanalytic is to ...

Installation

You can install the released version of Rplanktonanalytic from CRAN with:

#install.packages("Rplanktonanalytic")

And the development version from GitHub with:

# install.packages("devtools")
# devtools::install_github("ldbk/Rplanktonanalytic")

Example

This is a basic example which shows you how to solve a common problem:

# library(Rplanktonanalytic)
## basic example code


ldbk/Rplanktonanalytic documentation built on June 29, 2021, 9:23 p.m.