Methods for APC objects
# S3 method for apc_ls
print(x, digits = 1, max = 10, ...)
# S3 method for apc_ls
plot(
x,
cumulative = FALSE,
style = c("mean_qi", "lines"),
M = 250,
col = "black",
fill = "black",
alpha,
lwd,
base_size = 14,
...
)
x | An |
---|---|
digits | Print this many digits (passed to |
max | Maximum number of time periods (rows) to print |
... | Additional arguments |
cumulative | Plot cumulative percent change? Defaults to |
style | If |
M | If |
col | Line color |
fill | Fill color for the 95 percent credible interval |
alpha | For |
lwd | Line width |
base_size | Size of plot attributes, passed to ` |
Any additional arguments (...
) to the print method will be passed to print.data.frame
Any additional arguments (...
) will be passed to theme
.