View source: R/undid_stage_three.r
| plot.UnDiDObj | R Documentation |
UnDiDObjPlot method for UnDiDObj
## S3 method for class 'UnDiDObj'
plot(
x,
event = FALSE,
event_window = NULL,
ci = 0.95,
lwd = 1,
legend = "topright",
...
)
x |
A |
event |
Logical. If |
event_window |
Numeric vector of length 2 specifying the event window
as c(start, end). Default is |
ci |
Numeric between 0 and 1 specifying confidence level. Default is 0.95. |
lwd |
Linewidth arg passed to |
legend |
Keywords for indicating desired legend location. Defaults to
|
... |
other arguments passed to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.