Displaying 1 result from an estimated 1 matches for "a816bstat7vis".
2002 Apr 13
2
trouble getting output from graphs, again
...ps
When I asked about these chores about 6 months ago, I got some tips
which have worked other times. I had the impression that if I set the
size of the x11 device to match the eventual ps output size, then all
would be OK. But its not this time.
Here's my code:
dat <- read.table("a816bstat7vis.csv",header=T);
attach(dat)
x11(height=6, width=6,pointsize=12)
plot (pop,meanProtWnoActivists,pch=22, main="Mean Protest Level During
Experiment",xlab="population",ylab="mean protest",ylim=c(0,100));
points(pop,meanProtW10Activists,pch=23,col="blue"...