Description Usage Arguments Value Examples
View source: R/PLOT-Animations.R
This function plots a single frame from the fit.
1 2 3 4 |
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 |
None
1 | plot_animation_frame(data, 100, fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.