View source: R/PLOT-nmr2dinsitu.data.object.R
This function plots in-situ echem data. It is effectively the same as plot,
but swaps the x and y axes, and renames some arguments to avoid clashes with
plot.nmr2d.data.object
.
1 2 3 4 5 6 | plot_echem_vertical(data, V_range = NULL, ylim = NULL,
echemAxes = c(1, 4), echemDiv = c(2, 5), xaxismline = -0.8,
xaxislabelmline = 1.1, yaxismline = -0.8, yaxislabelmline = 1.1,
upperVTickLimit = NA, lowerVTickLimit = NA, ticklabels = c(T, T,
T), ticksOut = c(T, T), forcedVInterval = NA, forcePrint = FALSE,
centreTimeTitle = T, ...)
|
data |
Echem data |
V_range |
X range of echem data to plot |
ylim |
Numeric vectors of length 2, giving the x, y (and y2) coordinate ranges. |
echemAxes |
Axes for the echem plot |
echemDiv |
Number of minor ticks per major c(voltage, y) |
xaxismline, yaxismline |
Margin line on which to draw the axes |
xaxislabelmline, yaxislabelmline |
Margin line on which to draw the axis titles |
upperVTickLimit, lowerVTickLimit |
Voltage tick limits |
ticklabels |
Print labels? |
ticksOut |
Ticks point outwards? |
forcedVInterval |
Forced voltage tick interval |
forcePrint |
Attempt to print all labels even if they are closely spaced |
centreTimeTitle |
Centre the y axis label to the tick marks? |
... |
Additional parameters are passed to the underlying function calls |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.