gr_cf_fit_plot: Plot fitted spectrum with peaks

Description Usage See Also Examples

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)

emilbp/gRaphene documentation built on May 16, 2019, 5:07 a.m.