Displaying 1 result from an estimated 1 matches for "ggooglemap".
Did you mean:
googlemap
2012 May 10
0
Fwd: Re: need help in R
...> the first line and the second line works and the ggplot works
> when i have a code like this and i want to fetch a map and saves it to
> a directory how can i put it
> because it gives me an error message
> Error in load(GGemz) : bad 'file' argument
>
> GGemz <- ggooglemap(center=center,zoom=13,destfile="Emz.png")
> save(GGemz,file="GGemz.Rda")
> load(GGemz)
> and when i put the GGemz in brackets it gives me an error
> load(file="GGemz")
> Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
> In add...