print.apc {surveil} | R Documentation |
Methods for APC objects
Description
Methods for APC objects
Usage
## S3 method for class 'apc'
print(x, digits = 1, max = 20, ...)
## S3 method for class 'apc'
plot(
x,
cumulative = FALSE,
style = c("mean_qi", "lines"),
M = 250,
col = "black",
fill = "black",
alpha,
lwd,
base_size = 14,
...
)
Arguments
x |
An |
digits |
Print this many digits (passed to |
max |
Maximum number of time periods (rows) to print |
... |
additional arguments; for the print argument, these will be passed to |
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 ' |
Value
The print method does not have a return value, but prints a summary of results to the R console.
Plot
The plot method returns a ggplot
.