Displaying 1 result from an estimated 1 matches for "fcurrent".
Did you mean:
current
2011 Sep 30
1
need help with contourplot figure
...the point character where 19 is a closed circle
grid.points(eumetric$F, eumetric$Length,pch=18,gp=gpar(col="black", cex=.9))}) #add the eumetric line and make them points
#now add the text for the current ypr location
print(x) #this brings up the figure I already made
grid.text('Fcurrent',0.62,0.35,gp=gpar(col="black", cex=1)) #0.42 and 0.40 is the location of the text on the figure
grid.text('Fmsy',0.38,0.35,gp=gpar(col="black", cex=1)) #0.42 and 0.40 is the location of the text on the figure
dev.off() #it won't send the pdf until this is add...