Plot rexVar Result
# S3 method for rexVar
plot(
x,
xlab = "Relative Explained Variation",
xlim = NULL,
pch = 16,
sort = c("descending", "ascending", "none"),
margin = FALSE,
height = NULL,
width = NULL,
...
)
plotly
graphics object if using plotly
a vector or matrix created by rexVar
x-axis label
x-axis limits; defaults to range of all values (limits and point estimates)
plotting symbol for dot
defaults to sorted predictors in descending order of relative explained variable. Can set to ascending
or none
.
set to TRUE
to show the REV values in the right margin if using base graphics
optional height in pixels for plotly
graph
likewise optional width
arguments passed to dotchart2
or dotchartpl
Frank Harrell
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