CGGP (version 1.0.1)

plot.CGGP: S3 plot method for CGGP

Description

There are a few different plot functions for CGGP objects: `CGGPblockplot`, `CGGPcorrplot`, `CGGPprojectionplot`, `CGGPvalplot`, `CGGPheat`, and `CGGPhist`. Currently `CGGPblockplot` is the default plot object.

Usage

# S3 method for CGGP
plot(x, y, ...)

Arguments

x

CGGP object

y

Don't use

...

Passed to CGGPblockplot

Value

Either makes plot or returns plot object

Examples

Run this code
# NOT RUN {
SG = CGGPcreate(3,100)
plot(SG)
# }

Run the code above in your browser using DataLab