View source: R/dsim_effect_plot.R
This function plots the simulated time series in ggplot2
.
1 2 3 4 5 6 7 | dsim_effect_plot(
dsim_object,
plot_output = "treated_time_series",
line_color = "darkblue",
line_type = "dashed",
line_size = 0.6
)
|
dsim_object |
The output from |
plot_output |
Specifies which time series should be plotted on the y-axis. There are four possible options: |
line_color |
Specifies the color of the output variable. |
line_type |
Specifies the line type of the output variable. |
line_size |
Specifies the line size of the output variable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.