view.bubble {pga} | R Documentation |
Visualizes the result from pga
; it's always used together with
view.order
.
view.bubble(obj, truth=NULL, grid=F, filename=NULL, ...)
obj |
object created by pga . |
truth |
only useful for simulations. A list of truly revelant
variables, e.g., truth=c(1,3,5,7,9) . This allows the function to
use a different symbol for these variables. |
grid |
if TRUE , horizontal grid lines are added. |
filename |
name to store the output file. If NULL (default),
the plot will be made to the standard R graphic device. |
... |
other graphic parameters, such as ylim=c(0,1) . |
Please see pga-package for an introductory overview and examples.
Mu Zhu, University of Waterloo, Canada.