Re: [R] ggplot map bounds

2010-11-01 Thread Adrienne Wootten
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

Re: [R] ggplot map bounds

2010-11-01 Thread Ista Zahn
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