Displaying 1 result from an estimated 1 matches for "r1cc".
Did you mean:
41cc
2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
...SC
Shortlist",xlab="Number of Words",col="blue",main="Subordinating
Conjunctions\n(Number of Words)",type="p");
hist(temp$R1SC/temp$words,col=heat.colors(max(temp$R1SC)),main="Subortinating
Conjunctions \n/ Number of Words");
temp<-edat[edat$R1CC>0,,]
qqplot(x=temp$words,y=temp$R1CC,ylab="With Rules applied CC
Shortlist",xlab="Number of Words",col="purple",main="Coordinating
Conjunctions\n(Number of Words)",type="p");
hist(temp$R1CC/temp$words,col=heat.colors(max(temp$R1CC)),main="Co...