Skip to content
Prev 13407 / 398502 Next

biplot

On Fri, 7 Sep 2001, Peter Lauren wrote:

            
I'm not sure, but it sounds to me like you may be trying to use a fairly
specialized tool to do something else.  You might want to just look into
using par(new=TRUE) to draw two plots with different axes on top of each
other.
This sounds like it may indeed be a bug.
  (Q to any developers who are reading: would it be a problem to make
zero-length arrows give a warning rather than an error?)  I can think of
two ways to work around it: (1) hack biplot.default to test whether
arrow.len equals 0, and only try to draw arrows if not (otherwise
segments() might work);  (2) set your arrow lengths to some ridiculously
small number.

 >
Shouldn't that be var.axes ???
??? How are you specifying this colo(u)r vector to biplot?  Are you
actually using the col= argument in the function call?