Re: [R] how to use plot.lda included in MASS package?

2005-06-16 Thread Prof Brian Ripley
The main answer is to follow the examples in the book for which this is support software. (That answer is in the R posting guide, too.) plot.lda is in the MASS namespace, and can be seen via getAnywhere() (so you can find them `anywhere'). panel.lda is defined in plot.lda. You should almost

[R] how to use plot.lda included in MASS package?

2005-06-15 Thread wu sz
Hi there, I am a master student in Denmark, and apply R to analyze the drug data. I use the function 'lda' to obtain a linear discriminant object, and then wish to use 'plot.lda' to do the plot on this object like below. drug.lda - lda(Inhibition ~ NET_CHARGE + PKA_1 + MW + MLOGP,