construct_plot_data | R Documentation |
The construct_plot_data()
function constructs the data for the summary
plot.
construct_plot_data(
object,
time_scale,
plot_individual,
labels,
alpha_individual = 0.1,
label_y_value = 0,
...
)
object |
A |
time_scale |
A list with the time scale. |
plot_individual |
A logical value specifying if individual trajectories should be plotted. |
labels |
A logical value specifying if labels should be plotted. |
alpha_individual |
A numeric value specifying the transparency of the individual trajectories. |
label_y_value |
A number between 0 and 1 that defines the height of the label text hight. |
... |
Additional arguments passed to the function. |
A data frame with the plot data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.