read --- doesn't work
ERROR: cannot open file. No such file or directory
what am I doing wrong. It keeps happening over and over again, with multiple data sets.
You code is confusing. You read data from a csv file named MapleP into a data frame called q5 but then you tell ggplot() to use a data frame called MapleP to do the plotting. Where does MapleP come from?
Please show the complete code that you are running and please do not edit posts in such a way that you completely change their meaning. My previous posts are now impossible to understand since they refer to deleted content. That makes the whole thread very difficult for others to follow.
If view works then you already have "read" the data. Most functions with "read" on them are for reading data from files, this is equivalent to your first step