Last data update: 2014.03.03

R: Differents plots available with the method 'hclustgeo.uniq'.
plot.hclustgeo.uniqR Documentation

Differents plots available with the method hclustgeo.uniq.

Description

This function provide some graphics and maps obtained with the method hclustgeo.uniq

Usage

## S3 method for class 'hclustgeo.uniq'
plot(x, choice = "maps", K.range = c(3:5),
  path.shp = NULL, name.ind.shp = NULL, save.pdf = FALSE,
  path.pdf = NULL, ...)

Arguments

x

an object of class 'hclustgeo.uniq' obtained with hclustgeo.uniq.

choice

a character string: "dendro" if you want to plot the dendrogram; "maps" if you want to plot the partitions (in K.range clusters) on a map.

K.range

a vector containing the different partitions (each K.range correspond to a number of cluster) you want to represent on a map.

path.shp

the path where are the shp and dbf files to plot the map of the typologie.

name.ind.shp

the identifier of individuals in the dbf file.

save.pdf

a boolean indicating if you want to save the maps obtained in pdf files.

path.pdf

if save.pdf=TRUE, the path of the folder where you want to save pdf files.

...

other arguments to be passed

Value

different results and map about the result of the clustering.

Results