pCF.all: Visualize correction factors at the beginning and end of...

View source: R/pCF.all.R

pCF.allR Documentation

Visualize correction factors at the beginning and end of deployment

Description

ggplot visual of correction factors, per lake. Uses

Usage

pCF.all(
  x = NULL,
  alldat = TRUE,
  lakename = "Lake",
  orderby = "number",
  order = NULL,
  xmin = NULL,
  xmax = NULL
)

Arguments

x

output dataframe from the correction.factor.do function

alldat

logical argument, default = TRUE. Whether to include all the previous metadata file or not

lakename

Character string indicating the name of the column with the lake name information in the x dataset, or alternatively, the column index.

orderby

Choose one of c("number", "treatment", "quadrat", "own") to select the order of lakes. Default: "number".

order

Default = NULL, or must be a numeric vector with 16 numbers, specified by the user to choose an order, e.g., c(7,8,1:4, 6, 5, 9:16).

xmin

Minimum x you want to see. Format = "YYYY-MM-DD"

xmax

Maximum x you want to see. Format = "YYYY-MM-DD"

Author(s)

Rosalie Bruel


rosalieb/rhobo documentation built on Dec. 7, 2023, 10:43 p.m.