Usage
## S3 method for class 'DSD':
plot(x, n = 500, col= NULL, 
	    pch= NULL, ..., method="pairs", dim = NULL)
    ## S3 method for class 'DSC':
plot(x, dsd = NULL, n = 500,
	    col_points="gray", col_clusters=c("red", "blue"),
	    weights=TRUE, scale=c(1,5), cex=1, pch=NULL, method="pairs", 
	    dim = NULL, type = c("auto", "micro", "macro", "both"), 
      assignment=FALSE, ...)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), 
	    "scatter" (scatter plot) or 
	    "pc" (plot first 2 principal components).
dim
an integer vector with the dimensions to plot. If NULL 
      then for methods "pairs" and "pc" all dimensions are used 
      and for "scatter" the first two dimensions are plotted.
type
Plot micro- or macro-clusters. Auto
      used the class of dsc to decide.
assignment
logical; show assignment area of micro-clusters.
...
further arguments are passed on to
      plot or pairs in graphics.