Displaying 1 result from an estimated 1 matches for "wmale".
Did you mean:
male
2002 Oct 09
1
Multiple plots
...t\_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 newbie, and although it is
probably pretty stupid question, I was not able to find an answer in
all documentation (moreover, R for Beginners says, that add is OK
for ever...