gr_cf_plot: Plot graphene curve fit

Description Usage Arguments See Also Examples

Description

Accepts a dataframe with columns x, y and value to plot a raster map

Usage

1
gr_cf_plot(df, name, scalebar = 1, palette = "Spectral")

Arguments

df

Dataframe with columns x, y and value

name

Name of the plot (goes on the colorbar)

scalebar

Size of the scalebar (defaults to 1 um)

palette

Color palette used in the map. Defaults to Spectral. See 'RColorBrewer::display.brewer.all()' for more options

See Also

Other curve fit functions: gr_cf_plot_all, gr_cf_read, gr_cf_summary_save, gr_cf_summary

Examples

1
gr_cf_plot(df, "2D/G-ratio", scalebar = 5)

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