Try this:
addmargins(as.matrix(my.df), 2)
On Wed, Jul 23, 2008 at 2:43 PM, Rheannon <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have the following data frame (DF):
>
> V5V5.1V5.2 V5.3 V5.4 V5.5
> 2 -5890.18905 -6019.84665 -6211.06545 -6198.9353 -6616.86
Like This?
my.df<-read.table(stdin(), head=T, sep=" ")
V5 V5.1 V5.2 V5.3 V5.4 V5.5
-5890.18905 -6019.84665 -6211.06545 -6198.9353 -6616.8677 -6498.7183
-5890.18905 -6019.84665 -6211.06545 -6198.9353 -6616.8677 -6498.7183
-5890.18905 -6019.84665 -6211.06545 -6198.9353 -6616.8677 -6498.7183
-5890
Hello,
I have the following data frame (DF):
V5V5.1V5.2 V5.3 V5.4 V5.5
2 -5890.18905 -6019.84665 -6211.06545 -6198.9353 -6616.8677 -6498.7183
3 -5890.18905 -6019.84665 -6211.06545 -6198.9353 -6616.8677 -6498.7183
4 -5890.18905 -6019.84665 -6211.06
3 matches
Mail list logo