Hi,
I have generated a table of counts, and now need to add a prefix to
the counts.
#count KO occurrences
KO_occur = table(groupKOIDs) #where groupKOIDs is a vector of characters
e.g.,
if groupKOIDs = c("A", "A", "B", "A")
then
KO_occur would look like this:
A B
3 1
and I need to add a W to the front of the counts:
A B
W3 W1
If anyone has ideas for me as to how to approach this, I'd be very grateful!
cheers,
Laura
prefixing values in a table
2 messages · laura.hug at utoronto.ca, jim holtman
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100105/62b584df/attachment.pl>