Skip to content
Prev 201995 / 398503 Next

Kohonen Package

On Sat, 2009-11-28 at 17:16 -0700, Peter Ehlers wrote:
I deleted the original email, so I'll reply here instead. The example
provided by the OP works for me with on R 2.10-patched and:
[1] "2.0.5"

Looking at the CHANGES file in the package, "dist.neighbours" was added
in version 2.0.5, so I suspect the OP was using an older version, but
reading a newer version of the help as a PDF.
Indeed:

##install.packages("fortunes") ## uncomment if not installed
require("fortunes")
fortune("dog")

HTH

G