ValidityCheck {pvldcurve} | R Documentation |
Ensures the validity of the input data
Description
Ensures the validity of the input data
Usage
ValidityCheck(data, sample = FALSE, leaf.area = FALSE,
date.and.time = FALSE, dry.weight = FALSE,
fresh.weight.saturated = FALSE, fresh.weight = FALSE,
water.potential = FALSE, RWD = FALSE, conductance = FALSE,
time.since.start = FALSE, temperature = FALSE, humidity = FALSE)
Arguments
data |
data frame containing the data to be checked |
sample |
name of column containing the sample ID (default: sample) |
leaf.area |
name of column containing the leaf area (cm^2) (default: leaf.area) |
date.and.time |
name of column containing the date and time (default: date and time) |
dry.weight |
name of column containing the dry weight (g) (default: dry weight) |
fresh.weight.saturated |
name of column containing the saturated fresh weight (g) (default: fresh.weight.saturated) |
fresh.weight |
name of column containing the fresh weight (g) (default: fresh.weight) |
water.potential |
name of column containing the water potential (bar) (default: water.potential) |
RWD |
name of column containing the relative water deficit (default: RWD) |
conductance |
name of column containing the conductance values (default: conductance) |
time.since.start |
name of column containing the time since start values (default: time.since.start) |
temperature |
name of column containing the temperature values (default: temperature) |
humidity |
name of column containing the humidity values (default: humidity) |
Value
no return value