Re: [R] Using data( ) in a loop

2010-11-02 Thread Dennis Murphy
Hi: On Tue, Nov 2, 2010 at 8:06 AM, McCarthy, Ian < ian.mccar...@fticonsulting.com> wrote: > I'm trying to generate 50+ graphs using the UScensus2000tract data. I > need to access the data for just about all of the states, so I was > hoping to create a simple loop that will take the relevant sta

[R] Using data( ) in a loop

2010-11-02 Thread McCarthy, Ian
I'm trying to generate 50+ graphs using the UScensus2000tract data. I need to access the data for just about all of the states, so I was hoping to create a simple loop that will take the relevant state from my data and load the associated census data from the UScensus2000tract package. Below is