Displaying 1 result from an estimated 1 matches for "hatchfirstonly".
2009 Oct 07
3
graphics
...an add the legend later using imaging software such as paint but i lose resolution by doing this.
Is it possible to place the legend out side of figure axes on the white area around all three panels?
Any help would be greatly appreciated.
Thank you
Grant
single<-read.table("C:\\Grant\\hatchfirstonly.txt",header=T)
attach(single)
names(single)
par(mfrow=c(1,3))
maleage<- factor(maleage, labels = c("Old","Young"))
colors <- c('gray', "navyblue")
shapes <- c(17,19)
proportion<-(eggs1-unhatch1)/eggs1
plot(proportion~maleage, xlab= "Age of...