View source: R/pvEBayes_object_S3_methods.R
plot.pvEBayes | R Documentation |
This function defines the S3 plot
method for objects of class
pvEBayes
.
## S3 method for class 'pvEBayes'
plot(x, type = "eyeplot", ...)
x |
a |
type |
character string determining the type of plot to show.
Available choices are |
... |
additional arguments passed to heatmap_pvEBayes or eyeplot_pvEBayes. |
A ggplot object.
obj <- pvEBayes(statin2025_44, model = "general-gamma", alpha = 0.5)
plot(obj, type = "eyeplot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.