plot.pvlrt {pvLRT} | R Documentation |
Plotting method for a pvlrt object
## S3 method for class 'pvlrt'
plot(x, type = "bubbleplot", ...)
x |
a |
type |
character string determining the type of plot to show.
Available choices are |
... |
additional arguments passed to heatmap_pvlrt or barplot.pvlrt
depending on |
A ggplot object.
pvlrt; bubbleplot_pvlrt; heatmap_pvlrt; barplot.pvlrt
# 500 bootstrap iterations (nsim) in the example below
# are for quick demonstration only --
# we recommended setting nsim to 10000 (default) or bigger
test1 <- pvlrt(statin46, nsim = 500)
plot(test1, type = "bubbleplot")
plot(test1, type = "barplot")
plot(test1, type = "heatmap")