[R] Object "silhouette.default" not found. But I knew that it is there.
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue May 25 18:17:11 CEST 2004
Wolski wrote:
> Hi!
>
>
>
>>library(cluster)
>
> In this lib a function called silhoutte.default is defined
> than on the R prompt it type
>
>>silhouette.default
>
> Error: Object "silhouette.default" not found
> R1.9.0
> The same error are at R1.8.1
> And I knew that a function silhoutte.default are present.
>
> But the same piece of code works in R1.6.2
>
> ???
Well, namespaces have been introduced in the meantime, and you have
learned at the useR to call the generic silhouette() directly
or to use
cluster:::silhouette.default
to get the code.
Uwe Ligges
> Eryk
>
> Dipl. bio-chem. Eryk Witold Wolski @ MPI-Moleculare Genetic
> Ihnestrasse 63-73 14195 Berlin 'v'
> tel: 0049-30-83875219 / \
> mail: wolski at molgen.mpg.de ---W-W---- http://www.molgen.mpg.de/~wolski
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list