Usage
## S3 method for class 'DSD':
plot(x, n = 500, col= NULL, 
	    pch= NULL, ..., method="pairs")
    ## S3 method for class 'DSC':
plot(x, dsd = NULL, n = 500,
	    col_points="gray", col_clusters="red",
	    weights=TRUE, scale=c(1,5), cex=1, pch=NULL, ..., method="pairs", 
	    type = c("auto", "micro", "macro"))Arguments
x
the DSD or DSC object to be plotted.
dsd
a DSD object to plot the data in the 
	    background.
n
number of plots taken from the dsd to plot.
col, col_points, col_clusters
colors
	    used for plotting.
weights
the size of the symbols for 
	    micro- and macro-clusters represents its weight.
scale
range for the symbol sizes used.
cex
size factor for symbols.
method
method used for plotting: 
	    "pairs" (pairs plot), 
	    "plot" (plot first two dimensions) or 
	    "pc" (plot first 2 principal components).
type
Plot micro- or macro-clusters. Auto
	        used the class of dsc to decide.
...
further arguments are passed on to
	plot or pairs in graphics.