Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

Note that this example is included in the book SAS/Graph: Beyond the Basics,
and all the 'tricks' used to create it are described in great detail!

---------------------------------------------------------------

/*
Using data from:
http://www.irs.gov/taxstats/article/0,,id=212695,00.html
http://www.irs.gov/pub/irs-soi/countyinflow0708.csv

To me, the filenames "inflow" and "outflow" are a little confusing.
Outflow = 'out' of the other county, into the named county.
Inflow = from the named county, 'into' the other county.
(really, best to just look at the variable names.
*/


Back to Samples Index