view.bubble {pga}R Documentation

Create a Bubble Plot

Description

Visualizes the result from pga; it's always used together with view.order.

Usage

view.bubble(obj, truth=NULL, grid=F, filename=NULL, ...)

Arguments

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).

Note

Please see pga-package for an introductory overview and examples.

Author(s)

Mu Zhu, University of Waterloo, Canada.

See Also

pga, view.order


[Package pga version 0.1-1 Index]