plot_echem_vertical: Plot electrochemisty data (vertically)

Description Usage Arguments

View source: R/PLOT-nmr2dinsitu.data.object.R

Description

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.

Usage

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, ...)

Arguments

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


jmstrat/NMR.Utils documentation built on July 14, 2019, 11:35 p.m.