Skip to content
Prev 351328 / 398503 Next

Help on Histogram ~ Barplot

Unless I have missed something somewhere, the object is named "graph" not
"RData" . Further, the call to by() is complete nonsense, with arguments
misspecified -- there is no "names.arg" argument to by() (the 2nd argument
is named "INDICES")

It appears that some people need to spend some time with R tutorials before
further posting (or replying) on this list.

Cheers,
Bert

graph<- read.csv("RData.csv", header = TRUE)
On Thu, May 28, 2015 at 7:08 AM, Kristina Wolf <kmwolf at ucdavis.edu> wrote: