View source: R/mplot_AGGTEobj.R
mplot_AGGTEobj | R Documentation |
Plot AGGTEobj object from the did package.
mplot_AGGTEobj(
x,
x.factor = 1,
y.factor = 1,
error = c("se", "95%ci"),
main = "Average Effect by Length of Exposure",
legend.title = "",
group.names = c("Pre", "Post"),
xlab = NULL,
ylab = NULL,
mar = c(2.5, 3.5, 2, 7),
theme = rtTheme,
font.family = "Helvetica",
col = c("#EC1848", "#18A3AC"),
filename = NULL,
file.width = 6.5,
file.height = 5.5,
par.reset = TRUE,
...
)
x |
AGGTEobj object |
main |
Character: Plot title |
group.names |
(Optional) If multiple groups are plotted, use these
names if |
xlab |
Character: x-axis label |
ylab |
Character: y-axis label |
mar |
Float, vector, length 4: Margins; see |
theme |
Character: Run |
filename |
Character: Path to file to save plot. Default = NULL |
par.reset |
Logical: If TRUE, reset |
... |
Additional arguments to be passed to theme function |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.