Skip to content

cbind is not generic as claimed, omits labels where S has them (PR#241)

1 message · Brian Ripley

#
On Fri, 6 Aug 1999 ihaka@stat.auckland.ac.nz wrote:

            
Once again, there is a difference between what S documents it does and what
it actually does. The on-line help says:

       Returns a matrix that  is  pieced  together  from  several
       vectors and/or matrices. The functions cbind and rbind are
       generic (relative to their first argument). In particular,
       there  are  cbind  and  rbind  methods  for classes in the
       Matrix library.

I would settle for that. I think what in part is going is that the 
one method, in particular the default method, may use another method.