gr_cf_fit_plot: Plot fitted spectrum with peaks

Description Usage See Also Examples

View source: R/plot_curvefit.R

Description

Takes a spectrum and corresponding curvefit results and generates a plot

Usage

1
gr_cf_fit_plot(spec, curvefit)

See Also

Other raman fits: gr_cf_fit_add

Examples

1
2
3
4
curvefit <- system.file("extdata/curvefit_data.txt", package = "gRaphene")
spectrum <- system.file("extdata/spectrum_example.txt", package = "gRaphene")

gr_cf_fit_plot(spectrum, curvefit)

SPOMAN/osctools documentation built on May 24, 2019, 6:19 p.m.