[R] convert data

Andy Bunn abunn at montana.edu
Thu Dec 4 18:19:56 CET 2003


Do you just want to out the data vectors together?

Try ?scan, ?c, ?data.frame

my.data.frame <- data.frame( names = c(OLDa, ALL, OLDc, OLDa, OLDb,
NEW......), values = c(1,5,3,1,2,4.....)

HTH,
-Andy




More information about the R-help mailing list