plot.nmr.fit.object: Plot the integrated intensities

Description Usage Arguments Value Examples

View source: R/PLOT-nmr.fit.object.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
5
## S3 method for class 'nmr.fit.object'
plot(fit, showErrors = TRUE, NAasZero = FALSE,
  showLegend = TRUE, pch = 4, fit_col = "red",
  deconv_cols = c("forestgreen", "blue", "magenta", "cyan", "orange",
  "brown"), error_alpha = 0.3, plot_total_integral = TRUE)

Arguments

fit

The fit object

showErrors

Should the errors be displayed (as shaded regions) (Default TRUE)

NAasZero

Display Models not included in the fit with 0 area and 0 error? (Default FALSE)

showLegend

Show a legend above the plot? (Default TRUE)

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

Value

None

Examples

1
plot(fit)

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