OrderCheck {pvcurveanalysis} | R Documentation |
Order Check
Description
Checks for the correct ordering of the data: increasing for date.and.time and time.since start, decreasing for fresh.mass and water.potential. Done separatly for each sample. An individualized warning is printed if not ordered correctly.
Usage
OrderCheck(data, sample = FALSE, fresh.mass = FALSE, water.potential = FALSE)
Arguments
data |
data frame containing the data to be checked |
sample |
name of the column containing the sample IDs, if present in data |
fresh.mass |
name of the column containing the numeric fresh mass values, if present in data |
water.potential |
name of the column containing the numeric water potential values, if present in data |
Value
no return value
[Package pvcurveanalysis version 1.0.0 Index]