Ensures the validity of the input data
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)
data frame containing the data to be checked
name of column containing the sample ID (default: sample)
name of column containing the leaf area (cm^2) (default: leaf.area)
name of column containing the date and time (default: date and time)
name of column containing the dry weight (g) (default: dry weight)
name of column containing the saturated fresh weight (g) (default: fresh.weight.saturated)
name of column containing the fresh weight (g) (default: fresh.weight)
name of column containing the water potential (bar) (default: water.potential)
name of column containing the relative water deficit (default: RWD)
name of column containing the conductance values (default: conductance)
name of column containing the time since start values (default: time.since.start)
name of column containing the temperature values (default: temperature)
name of column containing the humidity values (default: humidity)
no return value