stat stat wrote: > hi all, > > Somewhere I got a phrase - the function returns a S3 object of class > "hclust" - can anyone tell me what is "S3 objects"?
Simply an object with a "class" attribute. See chapter "Object-oriented programming" in the R Language Definition manual. Uwe Ligges > > thanks in advance > > --------------------------------- > > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
