powered by
It's not actually a variogram or semivariogram. It shows how the correlation function falls off as distance increases.
CGGPplotvariogram(CGGP, facet = 1, outdims = NULL)
ggplot2 object
CGGP object
How should the plots be faceted? If 1, in a row, if 2, in a column, if 3, wrapped around.
Which output dimensions should be shown.
Other CGGP plot functions: CGGPplotblocks(), CGGPplotcorr(), CGGPplotheat(), CGGPplothist(), CGGPplotsamplesneglogpost(), CGGPplotslice(), CGGPplottheta(), CGGPvalplot()
CGGPplotblocks()
CGGPplotcorr()
CGGPplotheat()
CGGPplothist()
CGGPplotsamplesneglogpost()
CGGPplotslice()
CGGPplottheta()
CGGPvalplot()
SG <- CGGPcreate(d=3, batchsize=100) f <- function(x){x[1]^1.2+x[3]^.4*sin(2*pi*x[2]^2*3) + .1*exp(3*x[3])} y <- apply(SG$design, 1, f) SG <- CGGPfit(SG, Y=y) CGGPplotvariogram(SG)
Run the code above in your browser using DataLab