plot_animation_frame: Plot a raw frame for a fit animation

Description Usage Arguments Value Examples

View source: R/PLOT-Animations.R

Description

This function plots a single frame from the fit.

Usage

1
2
3
4
plot_animation_frame(data, frame_number, fit = NULL, xlim = NULL,
  V_range = NULL, ylim = NULL, data_col = "black", data_lwd = 1,
  cols = c("forestgreen", "blue", "magenta", "cyan", "orange", "brown"),
  lwd = 1, lty = "dashed", fit_col = "red", fit_lwd = 2, ...)

Arguments

data

The insitu data object

frame_number

Which frame to plot

fit

The fit object

xlim

x range of data to plot

ylim

Y range of data to plot

data_col

Colour for the data

data_lwd

Line width for the data

cols

Colour for each deconvolution

lwd

Line width for each deconvolution

lty

Line type for each deconvolution

fit_col

Colour for the fit

fit_lwd

Line width for the fit

...

Additional parameters passed to the NMR plotting function

Value

None

Examples

1

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