search for: yprplot2

Displaying 1 result from an estimated 1 matches for "yprplot2".

Did you mean: barplot2
2011 Sep 30
1
need help with contourplot figure
...you can see what I am doing. Any help would be greatly appreciated. jpeg(file="C:/Documents and Settings/Michael/My Documents/Mike/amberjack/Reefs_Model/YPRlevel.jpg", width=8,height=8, unit="in", res=300) #location of file and size x<-contourplot(YPR~F*Length, data=yprplot2, at=c(2.0,3.0,4.0,5.0,5.5,6.0,6.25,6.5,6.75,7.0,7.12,7.25,7.35,7.45,7.5), ylim=c(25,40), xlim=c(0,1),xlab = "Fishing Mortality Rate", ylab = "Minimum Size (inches)", panel=function(...){ #This step adds the point for the current YPR value, ... means to leave the function op...