Skip to content
Prev 657 / 29559 Next

adding contours to a projected map

Hello,

I'm having a problem adding contours to a projected map. I was able to do it
before I specified a projection. This is the code:
interp(SummerO18.80.84.df$longitude,SummerO18.80.84.df$latitude,
+ SummerO18.80.84.df$wt18o)
+ ylim = c(35,60), plot = FALSE)
+ projection = "bonne", par = 47, col = "slateblue1")
Everything was coming out nicely until I tried to add the contours. No
contours printed on the map. Any ideas on what is going wrong?

Thanks,
Jeanne