plot.pvEBayes {pvEBayes} | R Documentation |
Plotting method for a pvEBayes object
Description
This function defines the S3 plot
method for objects of class
pvEBayes
.
Usage
## S3 method for class 'pvEBayes'
plot(x, type = "eyeplot", ...)
Arguments
x |
a |
type |
character string determining the type of plot to show.
Available choices are |
... |
additional arguments passed to heatmap_pvEBayes or eyeplot_pvEBayes. |
Value
A ggplot object.
Examples
obj <- pvEBayes(statin2025_44, model = "general-gamma", alpha = 0.5)
plot(obj, type = "eyeplot")
[Package pvEBayes version 0.1.1 Index]