rbind invisible return value (PR#343)
thomas@biostat.washington.edu
thomas@biostat.washington.edu
Wed, 24 Nov 1999 20:34:16 +0100 (MET)
An assignment in an argument sometimes makes rbind return invisibly
> rbind(diag(3),a<-1:3)
> print(rbind(diag(3),a<-1:3))
[,1] [,2] [,3]
[1,] 1 0 0
[2,] 0 1 0
[3,] 0 0 1
[4,] 1 2 3
> version
_
platform sparc-sun-solaris2.7
arch sparc
os solaris2.7
system sparc, solaris2.7
status Under development (unstable)
major 0
minor 99.0
year 1999
month November
day 23
language R
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._