[GRASS-user] Cluster whit area?
Etienne DELAY (deust 2010)
etienne.delay at etu.unilim.fr
Wed Jul 28 04:52:54 EDT 2010
Since I don't understand how library (clustTool) can run, I test the
method described on the site that Dylan me advise ...
http://casoilresource.lawr.ucdavis.edu/drupal/node/340
#etape 1
#lecture de la table
x <- read.table ("vine", sep="|")
names(x) <- c('easting', 'northing', 'cat')
y <- data.frame(x[,1:2])
row.names(y) <- x$cat
#pour afficher les résultats
plot(y, pch=3)
#etape2
#charger les librairies dont on a besoin...
library(cluster)
library(flexclust)
s <- stepFlexclust(y, K=2:10, nrep=20)
But I have a problem here
Erreur dans stepFlexclust(y, K = 2:10, nrep = 20) :
l'élément 1 est vide ;
la partie de la liste d'arguments de 'as.integer' en cours
d'évaluation était :
(k)
can' some one say me why? :-S
thank's
--
Cordialement
Etienne DELAY
Deust "Webmaster et gest. d'intranet" (IDSkype : etienne.delay.tic)
Master IUP "valorisation du patrimoine et aménagement du territoire"
More information about the grass-user
mailing list