CGGP (version 1.0.1)

CGGPplothist: Histogram of measurements at each design depth of each input dimension

Description

A greater design depth signifies a more important dimension. Thus a larger right tail on the histogram are more important variables.

Usage

CGGPplothist(CGGP, ylog = TRUE)

Arguments

CGGP

CGGP object

ylog

Should the y axis be put on a log scale?

Value

Histogram plot made using ggplot2

See Also

Other CGGP plot functions: CGGPplotblocks, CGGPplotcorr, CGGPplotheat, CGGPplotsamplesneglogpost, CGGPplotslice, CGGPplottheta, CGGPplotvariogram, CGGPvalplot

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab