Wraps the two steps that every plot of an array with total = TRUE needs:
the contributors are put on the same size axis as the data they will join,
and then summed there, see add_total_line().
append_total_line(
plot_dat,
total_dat,
params,
size_axis,
x,
per_log_size = NULL
)plot_dat with the total appended as a series named "Total".
The converted plotting data to append the total to.
The unconverted contributors, see total_contributors().
A MizerParams object.
Either "w" (weight) or "l" (length).
The mizer array the data came from, which says whether the values are a density.
Whether to express a density per logarithmic size.