Re: [R] Rewriting the Biplot Function

2015-01-20 Thread Scott Robinson
Boris, Thanks very much, this looks just like what I need! All the best, Scott From: Boris Steipe [boris.ste...@utoronto.ca] Sent: 20 January 2015 20:21 To: Scott Robinson Cc: r-help@r-project.org Subject: Re: [R] Rewriting the Biplot Function Scott

Re: [R] Rewriting the Biplot Function

2015-01-20 Thread Boris Steipe
... sorry: to be more clear - you would create the biplot with option type="n", then use points() and text() to plot whatever you need while using your colour vector. B. On Jan 20, 2015, at 3:21 PM, Boris Steipe wrote: > Scott - > > A few months ago I posted on this list a modified version

Re: [R] Rewriting the Biplot Function

2015-01-20 Thread Boris Steipe
Scott - A few months ago I posted on this list a modified version of biplot that takes a colour argument (and preserves the axes information, so you can use points() ). I don't have time right now to experiment and look at your code, but perhaps this does "out of the box" what you need. Cheers

[R] Rewriting the Biplot Function

2015-01-20 Thread Scott Robinson
Dear R-Help, I have been trying to rewrite the base biplot.prcomp function but am coming across some errors I don't understand. It seems like R is still 'expecting' the same values despite me rewriting and renaming the methods. My aim is simply to have an additional biplot function which could