plot.varimp: Generic method for plotting variable importance

View source: R/pcoxtimeplots.R

plot.varimpR Documentation

Generic method for plotting variable importance

Description

Plots variable importance for pcoxtime fit.

Usage

## S3 method for class 'varimp'
plot(x, ..., pos = 0.5, drop_zero = TRUE)

Arguments

x

a varimp object.

...

for future implementations.

pos

spacing between labels.

drop_zero

if TRUE only nonzero estimates are shown.

See Also

varimp


pcoxtime documentation built on May 13, 2022, 1:05 a.m.