Displaying 1 result from an estimated 1 matches for "eumetric".
2011 Sep 30
1
need help with contourplot figure
...nt YPR value, ... means to leave the function open to bring in other functions
panel.levelplot(...)
grid.points(0.609,30,pch=8) #pch is the point character where 19 is a closed circle
grid.points(0.333,30,pch=8) #pch is 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...