| append_total_line | R Documentation |
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 |
The converted plotting data to append the total to. |
total_dat |
The unconverted contributors, see |
params |
A MizerParams object. |
size_axis |
Either |
x |
The mizer array the data came from, which says whether the values are a density. |
per_log_size |
Whether to express a density per logarithmic size. |
plot_dat with the total appended as a series named "Total".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.