- x
repgrid
object.
- along
Along which dimension to cluster. 1 = constructs only, 2= elements only, 0=both (default).
- dmethod
The distance measure to be used. This must be one of "euclidean", "maximum", "manhattan", "canberra",
"binary" or "minkowski". Any unambiguous substring can be given. For additional information on the different types
type ?dist
.
- cmethod
The agglomeration method to be used. This should be (an unambiguous abbreviation of) one of
"ward.D"
, "ward.D2"
, "single"
, "complete"
, "average"
, "mcquitty"
, "median"
or "centroid"
.
- p
The power of the Minkowski distance, in case "minkowski"
is used as argument for dmethod
.
- align
Whether the constructs should be aligned before clustering (default is TRUE
). If not, the grid matrix
is clustered as is. See Details section for more information.
- trim
the number of characters a construct is trimmed to (default is 10
). If NA
no trimming is done.
Trimming simply saves space when displaying the output.
- main
Title of plot. The default is a name indicating the distance function and cluster method.
- mar
Define the plot region (bottom, left, upper, right).
- cex
Size parameter for the nodes. Usually not needed.
- lab.cex
Size parameter for the constructs on the right side.
- cex.main
Size parameter for the plot title (default is .9
).
- print
Logical. Whether to print the dendrogram (default is TRUE
).
- ...
Additional parameters to be passed to plotting function from as.dendrogram
. Type ?as.dendrogram
for
further information. This option is usually not needed, except if special designs are needed.