plot_parameter: Plot a fitted parameter

Description Usage Arguments Value Examples

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

Description

This function plots a parameter of the deconvolution for all frames in the fit.

Usage

1
2
plot_parameter(fit, parameter_name, pch = 4, cols = c("forestgreen",
  "blue", "magenta", "cyan", "orange", "brown"), show_axes = TRUE)

Arguments

fit

The fit object

parameter_name

The name of the parameter to plot

pch

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

cols

Colours for the parameters

show_axes

(TRUE / FALSE) Should plot axes & labels

Value

None

Examples

1
plot_parameter(fit, "height")

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