Skip to content
Prev 70018 / 398506 Next

R annoyances

Thanks all for pointing out that I can use 
	mtx[,1,drop=F]



-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] 
Sent: Thursday, May 19, 2005 10:49 AM
To: Chalasani, Prasad
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] R annoyances
Chalasani, Prasad wrote:
I'd rather type

   exp(mtx)
The docs suggest:

   mtx[ , 1, drop = FALSE]


Uwe Ligges