;The names of the variables are the same as they were in Matlab.",
helpLetters ,"\n")
CU, Corinna
Original-Nachricht
Datum: Tue, 24 Apr 2007 15:29:47 +0200
Von: "Conny Schmitt" <[EMAIL PROTECTED]>
An: elyakhlifi mustapha <[EMAIL PROTECTED]>
Hallo,
just try it like a data frame, as I mailed you last time. Here an example:
dat <- data.frame(Class=I("Id_TrT1"), Levels=I("1"), Values=I("2"))
new.info <- c(Class="Id_Geno", Levels="7" , Values="64208 64209 64210 64211
64212 64213 64214")
dat <- rbind(dat, new.info)
dat
new.info <