Internal worker shared by the plotCDF() methods. It integrates the spectra
data over size (optionally normalising), converts to a length axis if
requested, and either returns the data or draws the plot via
plotDataFrame().
plot_cdf(
plot_dat,
params,
power,
normalise,
log_x,
log_y,
wlim,
llim,
ylim,
highlight,
size_axis,
return_data
)A mizer_plot (ggplot2) object, or the data frame if
return_data = TRUE.
Spectra plotting data as produced for plotSpectra().
A MizerParams object.
The power of weight that the abundance was multiplied by, used for the y-axis label.
If TRUE, each curve is divided by its final value.
Logical flags for log10 axes.
Numeric vectors of length two giving the weight and length limits.
Numeric vector of length two giving the y-axis limits.
Name or vector of names of species to be highlighted.
Either "w" (weight) or "l" (length).
If TRUE, return the cumulative-distribution data frame
instead of the plot.