hist.nulldensity {bayesclust}R Documentation

Plot Histogram of Null Density

Description

hist.nulldensity operates on objects of class ``nulldensity''. It generates a histogram of the values.

Usage

## S3 method for class 'nulldensity':
hist(x, ...)

Arguments

x An object of class ``nulldensity''.
... Additional arguments to be passed to the hist method.

Author(s)

Gopal, V.

References

Fuentes, C. and Casella, G. (2008) "Testing for the Existence of Clusters" http://www.stat.ufl.edu/~casella/Papers/paper-v3.pdf

Gopal, V. "BayesClust User Manual" http://www.stat.ufl.edu/~viknesh/bayesclust/clust.html

See Also

nulldensity for further information on objects of class ``nulldensity''.

hist for details on arguments that can be passed through ...

Examples

# Generate null density object.
null1 <- nulldensity(nsim=100, n=12, p=2, k=2)
hist(null1, main="Null density")


[Package bayesclust version 2.1 Index]