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
pvEBayesobject, which is the output of the function pvEBayes or pvEBayes_tune.- type
character string determining the type of plot to show. Available choices are
"eyeplot"which calls eyeplot_pvEBayes and"heatmap"which calls heatmap_pvEBayes. Note that the input for 'type' is case-sensitive.- ...
additional arguments passed to heatmap_pvEBayes or eyeplot_pvEBayes.
Value
A ggplot object.
