This function generates a scatter plot of DBE (Double Bond Equivalent) versus parts per million (ppm) from the provided data.
It also provides the option to customize the appearance and to return an interactive plotly plot.
uplot_dbe_vs_ppm(
df,
size_dots = 0.5,
cex.axis = 1,
cex.lab = 1.4,
plotly = FALSE,
...
)A ggplot object or a plotly object depending on the plotly argument.
A data frame containing the data. The columns ppm (ppm values), dbe (DBE values),
and file_id (for coloring the points) should be present in the data.
Numeric. Size of the dots in the plot (default = 0.5).
Numeric. Size of axis text (default is 1).
Numeric. Size of axis labels (default is 1.4).
Logical. If TRUE, return interactive plotly object.
Additional arguments passed to methods.