Displaying 1 result from an estimated 1 matches for "lon_rang".
Did you mean:
  lon_range
  
2012 May 10
0
Fwd: Re: need help in R
...con, 5L, useBytes = TRUE) :
>
> i dont have a problem here
> ggplot()+
>   geom_tile(aes(x = lon, y = lat, fill = fill), data = GGemz)+
>   geom_jitter(aes(x=lon,y=lat, color=fieldworker),data=emz)+
>   scale_fill_identity()+
>   scale_x_continuous('Longitude', limits = lon_range) +
>   scale_y_continuous('Latitude', limits = lat_range) +
>   scale_colour_discrete('') +
>   opts(title = 'Invitation map of Emzinini, 2012') +
>   coord_equal()
>
> this code brings an error says
> Error in dev.copy2pdf(device = "x11", fil...