mesotsplot: plot mesocosm data

Description Usage Arguments Examples

Description

Plot mesocosm data as a time-series

Usage

1
2
mesotsplot(dt, params = names(dt)[c(11)], pwsw = "pw", tofile = FALSE,
  addlegend = TRUE)

Arguments

dt

data.frame

params

character vector of column names

pwsw

character choice of "pw" or "sw"

tofile

logical save plot to file?

addlegend

logical add legend?

Examples

1
2
3
4
5
## Not run: 
dt <- read.csv("inst/extdata/mesoall.csv")
mesotsplot(dt, params = names(dt)[c(6, 8, 11, 12, 13, 16, 19, 20, 21)], pwsw = "pw", tofile = FALSE)

## End(Not run)

jsta/peatcollapse documentation built on May 15, 2019, 5 a.m.