plotSampleInformation. TODO: simplify interface, e.g. plotSampleInformation(getSampleInformation(getSampleFiles()[1]))
plotSampleInformation(sampleInformation, add = FALSE, xlim = kwb.datetime::toUTC(range(c(sampleInformation$samplingEvents$tBeg, sampleInformation$samplingEvents$tEnd))), ylim = c(-2, 7), main = NA, cex.legend = 0.6, density = 0, plotSampleIntervals = TRUE, maxSamplesOk = NULL, plotSamplingPoints = plotSampleIntervals)
| sampleInformation | list with elements samplingEvents, bottleEvents |
|---|---|
| add | passed to |
| xlim | passed to |
| ylim | passed to |
| main | plot title |
| cex.legend | passed to |
| density | passed to |
| plotSampleIntervals | logical. If |
| maxSamplesOk | maximum number of valid samples. This value is used to calculate an y coordinate |
| plotSamplingPoints | = logical. If |