search for: noaalogo

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

2012 Dec 28
1
Using grImport to create a watermark
...eb/packages/grImport/vignettes/import.pdf (page 28). I can essentially reproduce this manually at the R prompt, and independently I can use grid.picture(…) successfully in a R script, but when I attempt to do do this in my script: • • • postscript(outputFilename,paper="us") grid.picture(noaalogo,distort=FALSE,width=0.5,x=0.50,y=0.50) grid.rect(gp=gpar(fill=rgb(1,1,1,0.9))) plot(dat,xaxt="n",type="b",ylim=c(y_range[1],y_range[2]),main=labelStr,xlab="Date",ylab="Elevation, NAVD88 (Ft)") • • • dev.off() The picture "noaalogo" is drawn, but...