Displaying 1 result from an estimated 1 matches for "subortin".
Did you mean:
aubertin
2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
...ow=c(2,2));
qqplot(x=temp$words,y=temp$R1SC,ylab="With Rules applied 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");
h...