plot.mniptw | R Documentation |
mniptw
Plot mniptw
## S3 method for class 'mniptw'
plot(
x,
plots = "optimize",
pairwiseMax = TRUE,
figureRows = NULL,
color = TRUE,
subset = NULL,
treatments = NULL,
singlePlot = NULL,
multiPage = FALSE,
timePeriods = NULL,
hline = c(0.1, 0.5, 0.8),
...
)
x |
An |
plots |
An indicator of which type of plot is desired. The options are
|
pairwiseMax |
If |
figureRows |
The figure rows, passed to displayPlots. Default: |
color |
If |
subset |
Used to restrict which of the |
treatments |
Only applicable when |
singlePlot |
For Plot calls that produce multiple plots, specifying an integer value of
|
multiPage |
When multiple frames of a figure are produced, |
timePeriods |
The number of distinct time points. If |
hline |
Arguments passed to |
... |
Additional arguments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.