View source: R/plot.estimate.R
| plot.estimate | R Documentation | 
Plot method for 'estimate' objects
## S3 method for class 'estimate'
plot(
  x,
  f,
  idx,
  intercept = FALSE,
  data,
  confint = TRUE,
  type = "l",
  xlab = "x",
  ylab = "f(x)",
  col = 1,
  add = FALSE,
  ...
)
| x | estimate object | 
| f | function of parameter coefficients and data parsed on to 'estimate'. If omitted a forest-plot will be produced. | 
| idx | Index of parameters (default all) | 
| intercept | include intercept in forest-plot | 
| data | data.frame | 
| confint | Add confidence limits | 
| type | plot type ('l') | 
| xlab | x-axis label | 
| ylab | y-axis label | 
| col | color | 
| add | add plot to current device | 
| ... | additional arguments to lower-level functions | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.