powered by
construct the cluster catch digraph from a data matrix.
ccd(data, m = 1, alpha = 0.05, sequential = TRUE, method = NULL) # S3 method for ccd plot(x,...)
a matrix of observations.
slope of the null hypothesis curve.
alpha for the K-S test if sequential=T.
sequential=T
use the sequential or non-sequential version.
the method used for the distance. See dist.
dist
an object of class ccd.
arguments passed to plot.cccd.
plot.cccd
an object of class igraph. In addition, this contains the attributes:
the radii.
the K-S statistics.
the data vectors.
the y-values of the random walks.
the null hypothesis curve.
the adjacency matrix.
arguments passed to ccd.
ccd
cluster cover digraph. plot.ccd is just a call to plot.cccd.
plot.ccd
D.J. Marchette, Random Graphs for Statistical Pattern Recognition, John Wiley & Sons, 2004.
cccd
# NOT RUN { x <- matrix(rnorm(100),ncol=2) G <- ccd(x) # } # NOT RUN { plot(G) # }
Run the code above in your browser using DataLab