plot.rexVar | R Documentation |
Plot rexVar Result
## S3 method for class 'rexVar'
plot(
x,
xlab = "Relative Explained Variation",
xlim = NULL,
pch = 16,
sort = c("descending", "ascending", "none"),
margin = FALSE,
height = NULL,
width = NULL,
...
)
x |
a vector or matrix created by |
xlab |
x-axis label |
xlim |
x-axis limits; defaults to range of all values (limits and point estimates) |
pch |
plotting symbol for dot |
sort |
defaults to sorted predictors in descending order of relative explained variable. Can set to |
margin |
set to |
height |
optional height in pixels for |
width |
likewise optional width |
... |
arguments passed to |
Makes a dot chart displaying the results of rexVar
. Base graphics are used unless options(grType='plotly')
is in effect, in which case a plotly
graphic is produced with hovertext
plotly
graphics object if using plotly
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.