plot.CGGP {CGGP} | R Documentation |
There are a few different plot functions for CGGP objects: 'CGGPblockplot', 'CGGPcorrplot', 'CGGPprojectionplot', 'CGGPvalplot', 'CGGPheat', and 'CGGPhist'. Currently 'CGGPblockplot' is the default plot object.
## S3 method for class 'CGGP' plot(x, y, ...)
x |
CGGP object |
y |
Don't use |
... |
Passed to CGGPblockplot |
Either makes plot or returns plot object
SG = CGGPcreate(3,100) plot(SG)