Checks for the correct ordering of the data: increasing for date.and.time and time.since start, decreasing for fresh.weight and water.potential. Done separatly for each sample. An individualized warning is printed if not ordered correctly.
OrderCheck(data, sample = FALSE, date.and.time = FALSE,
fresh.weight = FALSE, water.potential = FALSE,
time.since.start = FALSE)
data frame containing the data to be checked
name of the column containing the sample IDs, if present in data
name of the column containing the date and time (POSIXct) of the measurements, if present in data
name of the column containing the numeric fresh weight values, if present in data
name of the column containing the numeric water potential values, if present in data
name of the column containing the numeric time since start values, if present in data
no return value