Learn R Programming

CGGP (version 1.0.4)

plot.CGGP: S3 plot method for CGGP

Description

There are a few different plot functions for CGGP objects: `CGGPplotblocks`, `CGGPplotblockselection`, `CGGPplotcorr`, `CGGPplotheat`, `CGGPplothist`, `CGGPvalplot`, `CGGPplotslice`, `CGGPplotslice`, and `CGGPplotvariogram`. Currently `CGGPplotblocks` is the default plot object.

Usage

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

Value

Either makes plot or returns plot object

Arguments

x

CGGP object

y

Don't use

...

Passed to CGGPplotblocks

Examples

Run this code
SG = CGGPcreate(3,100)
plot(SG)

Run the code above in your browser using DataLab