view.movie {pga}R Documentation

Create a Dynamic Bubble Plot

Description

Visualizes the result from pga. This function creates a postscript file. To view the resulting “postscript movie”, choose the “full screen” or “fit in window” option from your postscript viewer and hold down the “page down” button.

Usage

view.movie(obj, truth=NULL, filename, ...)

Arguments

obj object created by pga.
truth only useful for simulations. A list of truly revelant variables. This allows the function to use a different symbol for these variables.
filename name to store the output file. For example, if filename="myPGA", then a postscript (.ps) file will be created with the name “myPGA-movie.ps”; the file will consist of a total of B individual bubble plots, each serving as a frame in the movie.
... 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.

References

Zhu M, Chipman HA (2006). Technometrics, 48, page 501, Section 5.

See Also

pga, view.bubble


[Package pga version 0.1-1 Index]