Displaying 1 result from an estimated 1 matches for "lat_range".
Did you mean:
at_range
2012 May 10
0
Fwd: Re: need help in R
...; 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", file = paste(mapdir, "EmzinoniGG.pdf", :
> no device to...