Skip to content
Prev 1570 / 63421 Next

more on "[<-"

"[<-" in R 0.63 does not appear to strip attributes, whereas Splus and previous
versions of R did.

Paul
_____

R 0.63:
$dim
[1] 100   3
$tframe
[1] 1981.50 2006.25    4.00
$dim
[1] 81  3
$tframe
[1] 1981.50 2006.25    4.00

Splus:
$dim:
[1] 100   3
$tframe:
[1] 1981.50 2006.25    4.00
$dim:
[1] 81  3


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._