Re: [R] Using map with filled.contour doesn't display map

2016-11-04 Thread Jeff Charlton
ckage, but I wouldn't expect that to be an issue as that package is for reading netCDF files into R and that isn't an issue (i.e. I can do a plot(temp_file) to see that the file has been loaded properly) Thanks for your time, Jeff On Fri, Nov 4, 2016 at 6:43 PM, David Winsemius w

[R] Using map with filled.contour doesn't display map

2016-11-04 Thread Jeff Charlton
Hello, I'm trying to overlay a map on top of data showing temperatures across the world. The code I'm using is: filledContour(tempdata, plot.axes={axis(1); axis(2); map("world2", add=TRUE)}) where tempdata is a raster file made from a netcdf file downloaded from the NOAA website. The fille