Skip to content
Prev 351325 / 398502 Next

Help on Histogram ~ Barplot

Hello,
Here you read RData.csv into R as a data frame named graph.
So here you need to refer to that data frame using the name you gave it.

Your problem looks like a lack of basic understanding of how R works.
Here are a couple of sources that might help you get started:
http://www.burns-stat.com/documents/tutorials/impatient-r/
http://cyclismo.org/tutorial/R/

Sarah