| print.apc | R Documentation | 
Methods for APC objects
## 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,
  ...
)
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 '  | 
The print method does not have a return value, but prints a summary of results to the R console.
The plot method returns a ggplot.
apc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.