search for: graphlabel

Displaying 1 result from an estimated 1 matches for "graphlabel".

Did you mean: graphlabels
2007 Aug 02
1
ggplot2 qplot and add
...e graph. I had it working, and now I can't figure out whats going wrong. All the data is stored in a dataframe, and i finally managed to order the factor correctly! Each column is a variable and contains integers for the same set of values in the column that contains the headers for each row (graphLabels). So, I get the data and my first call is: app <- qplot(appetitive.stimulus, graphLabels, data=related.differences, size=variance, colour="Appetitive Stimulus", xlim=c(-20,20), main="Title here", xlab="Differences", ylab="Header Concepts") which works g...