plot.CGGP: S3 plot method for CGGP

View source: R/CGGP_S3_methods.R

plot.CGGPR Documentation

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 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

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

CollinErickson/CGGP documentation built on Feb. 6, 2024, 2:24 a.m.