Displaying 1 result from an estimated 1 matches for "gfrance".
Did you mean:
france
2004 Nov 18
4
adjusting the map of France to 1830
...* Alpes-Maritimes */
73,74, /* Savoie, Haute-Savoie */
90) /* Territore-de-Belfort */
then delete;
else dept=id;
run;
*-- remove internal boundaries based on merged DEPT;
proc sort data=gfrtemp;
by dept;
proc gremove data=gfrtemp out=gfrance;
by dept;
id id;
run;
--
Michael Friendly Email: friendly at yorku.ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA