plot_integrals: Plot the integrated intensities

Description Usage Arguments Value Examples

View source: R/PLOT-fits-legacy.R

Description

This function plots the integrated intensities of the fit and the deconvolution for all frames in the fit.

Usage

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)

Arguments

fit

The fit object

pch

The character to use for points (3 = + , 4 = x , 16 = filled circle etc.) (see points)

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

Value

None

Examples

1

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