Displaying 1 result from an estimated 1 matches for "wfemal".
Did you mean:
wfemale
2002 Oct 09
1
Multiple plots
...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,add=FALSE,axes=FALSE,col="red",type="l")
quit(save="no")
Please, be patient with me, I am really...