plot.CGGP: S3 plot method for CGGP

Description Usage Arguments Value Examples

View source: R/CGGP_S3_methods.R

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

1
2
## S3 method for class 'CGGP'
plot(x, y, ...)

Arguments

x

CGGP object

y

Don't use

...

Passed to CGGPplotblocks

Value

Either makes plot or returns plot object

Examples

1
2
SG = CGGPcreate(3,100)
plot(SG)

CGGP documentation built on May 8, 2021, 5:06 p.m.