ValidityCheck {pvcurveanalysis}R Documentation

Ensures the validity of the input data

Description

Ensures the validity of the input data

Usage

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


[Package pvcurveanalysis version 1.0.0 Index]