CGGPplothist {CGGP} | R Documentation |
A greater design depth signifies a more important dimension. Thus a larger right tail on the histogram are more important variables.
CGGPplothist(CGGP, ylog = TRUE)
CGGP |
CGGP object |
ylog |
Should the y axis be put on a log scale? |
Histogram plot made using ggplot2
Other CGGP plot functions: CGGPplotblocks
,
CGGPplotcorr
, CGGPplotheat
,
CGGPplotsamplesneglogpost
,
CGGPplotslice
, CGGPplottheta
,
CGGPplotvariogram
,
CGGPvalplot
# All dimensions should look similar d <- 8 SG = CGGPcreate(d,201) CGGPplothist(SG) CGGPplothist(SG, ylog=FALSE) # The first dimension is more active and will have greater depth SG <- CGGPcreate(d=5, batchsize=10) SG <- CGGPappend(CGGP=SG, batchsize=100) CGGPplothist(SG)