plot.raman_curvefit: Plot results of graphene curve fit

Description Usage Arguments See Also Examples

View source: R/raman.R

Description

Plots a Raman map, if given a raman curvefit from raman_curvefit_read and a column.

Usage

1
2
## S3 method for class 'raman_curvefit'
plot(df, ..., col_name)

Arguments

df

A curvefit dataframe from raman_curvefit_read()

col_name

The name of the column to plot

See Also

Other curve fit functions: raman_curvefit_read

Examples

1
2
df <- raman_curvefit_read(system.file('extdata/graphene_curve_fit_export', package = 'gRaphene'))
plot(df, col_name = `D int`)

SPOMAN/osc documentation built on May 14, 2019, 7:41 a.m.