On 05/04/2011 03:35 AM, Caitlin wrote:
Hi all.
I need to construct a plot showing words on the x-axis and how many times
each word was given as a verbal response on the y-axis as solid bar
(frequency). Is there a convenient function to do this in R? I considered
hist(), but I'm not sure how to construct the text file. Example:
apple, 2
pear, 14
house, 1
beach, 5
computer, 15
Hi Caitlin,
barp(caitlinsdata[,1],names.arg=caitlinsdata[,2]
Jim
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.