View source: R/CGGP_S3_methods.R
plot.CGGP | R Documentation |
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.
## S3 method for class 'CGGP'
plot(x, y, ...)
x |
CGGP object |
y |
Don't use |
... |
Passed to CGGPplotblocks |
Either makes plot or returns plot object
SG = CGGPcreate(3,100)
plot(SG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.