ValidityCheck: Ensures the validity of the input data

Description Usage Arguments Value

View source: R/ValidityCheck.R

Description

Ensures the validity of the input data

Usage

1
2
3
4
5
6
7
8
9
ValidityCheck(
  data,
  sample = FALSE,
  dry.mass = FALSE,
  fresh.mass.saturated = FALSE,
  fresh.mass = FALSE,
  water.potential = FALSE,
  RWD = FALSE
)

Arguments

data

data frame containing the data to be checked

sample

name of column containing the sample ID (default: sample)

dry.mass

name of column containing the dry mass (g) (default: dry mass)

fresh.mass.saturated

name of column containing the saturated fresh mass (g) (default: fresh.mass.saturated)

fresh.mass

name of column containing the fresh mass (g) (default: fresh.mass)

water.potential

name of column containing the water potential (MPa) (default: water.potential)

RWD

name of column containing the relative water deficit (default: RWD)

Value

no return value


pvcurveanalysis documentation built on Oct. 13, 2021, 5:08 p.m.