Oh this is excellent, Thanks!
Adrienne
On Mon, Nov 1, 2010 at 11:25 AM, Ista Zahn wrote:
> Hi Adrienne,
> I think
>
> usamap + xlim(c(-85, -75)) + ylim(c(33,37))
>
> will do what you want.
>
> Best,
> Ista
>
> On Mon, Nov 1, 2010 at 10:52 AM, Adrienne Wootten
> wrote:
> > To all,
> >
> > I'm wor
Hi Adrienne,
I think
usamap + xlim(c(-85, -75)) + ylim(c(33,37))
will do what you want.
Best,
Ista
On Mon, Nov 1, 2010 at 10:52 AM, Adrienne Wootten wrote:
> To all,
>
> I'm working with code below to produce a map with station data plotted in
> points, but right now I'm having trouble with th
To all,
I'm working with code below to produce a map with station data plotted in
points, but right now I'm having trouble with the mapping portion of this
code
states <- data.frame(map("state", plot=FALSE,xlim=
c(-85,-75),ylim=c(33,37))[c("x","y")])
usamap<- ggplot(states)+geom_path(aes(x,y))
u
3 matches
Mail list logo