R/plot.R
plot.coresynth.Rd
Plot a coresynth model
# S3 method for class 'coresynth' plot(x, type = c("trend", "gap", "weights"), ...)
A coresynth object.
coresynth
One of "trend" (observed vs synthetic), "gap" (ATT over time), or "weights" (donor unit weight bar chart).
"trend"
"gap"
"weights"
Ignored.
A ggplot2 plot object.
ggplot2