owPlotConfiguration.Rd
Plot Optiwells configuration
owPlotConfiguration(owConfiguration, referenceWell = -1, view = c("top", "side"), col = rainbow(nrow(owConfiguration$wellfield)), onePage = TRUE, ...)
owConfiguration | Optiwells configuration as retrieved by |
---|---|
referenceWell | Number of reference well (according to row number in owConfiguration$wellfield or -1 (no reference well). If a reference well is specified, it will be plotted on the left-hand side of the sideview and the top view will be centered around that well. |
view | vector of c("top", "side"). Determines whether to plot top view or side view or both. |
col | colours. Default: rainbow colours |
onePage | if TRUE, top view and side view appear below each other on one and the same page |
… |