On Jul 14, 2009, at 7:14 AM, Gaurav Kumar wrote:
Hi R -users,
i've a table as describe below. I'm reading the numeric value
presented in this table to populate a list.
#table
#
#XABC
#x1234
#x25710
#x4235
#
rawData <-
On Jul 14, 2009, at 8:14 AM, Gaurav Kumar wrote:
Hi R -users,
i've a table as describe below. I'm reading the numeric value
presented in this table to populate a list.
#table
#
#XABC
#x1234
#x25710
#x4235
#
rawData <-
Hi R -users,
i've a table as describe below. I'm reading the numeric value presented in this
table to populate a list.
#table
#
#X A B C
#x1 2 3 4
#x2 5 7 10
#x4 2 3 5
#
rawData <- read.table("raw_data.txt",header=T, sep="\t")
myList=l
3 matches
Mail list logo