Displaying 1 result from an estimated 1 matches for "_anal".
Did you mean:
anal
2002 Oct 09
1
Multiple plots
...other
in order to show relation between the sets. I tried to write
a function like this, but R tells me, that I cannot use add=FALSE in
high-level commands. That's nice but I am supposed to do?
rm(list=ls())
# what's wrong with underscore?
#getwd("/home/matej/docs/skola/stat\_anal-cj3534/assign01/")
load("assign01.RData")
postscript("assign01.eps",onefile=FALSE)
plot(itg$WFemale,xlab="Number of victims",\
ylab="Frequencies",col="blue",main="Intimate Homicide\
Victims",type="l")
plot(itg$WMale,a...