Description Usage Arguments Value Examples
View source: R/PLOT-fits-legacy.R
This function plots the integrated intensities of the fit and the deconvolution for all frames in the fit.
1 2 3 4 | plot_integrals(fit, pch = 4, fit_col = "red",
deconv_cols = c("forestgreen", "blue", "magenta", "cyan", "orange",
"brown"), error_alpha = 0.5, plot_total_integral = TRUE, mar = 2,
show_axes = TRUE)
|
fit |
The fit object |
pch |
The character to use for points (3 = + , 4 = x , 16 = filled circle etc.) (see |
fit_col |
Colour for the total integral |
deconv_cols |
Colours for the deconvolution integrals |
error_alpha |
Factor to change the alpha when plotting errors |
plot_total_integral |
TRUE / FALSE should plot the total integral |
mar |
side to show axis on |
show_axes |
(TRUE / FALSE) Should plot axes & labels |
None
1 | plot_integrals(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.