UtahPopData {micromapST} | R Documentation |
Test data for the Utah state border Group
Description
This dataset contains the Utah county populations for each year from 1940 to 2011.
Usage
data(UtahPopData)
Format
A data frame with 29 rows, 1 for each county, with 73 variables for each county:
- County
a character vector containing the Utah county full name.
- X1940
a numeric vector of the county's population in 1940.
- X1941
a numeric vector of the county's population in 1941.
- X1942
a numeric vector of the county's population in 1942.
- X1943
a numeric vector of the county's population in 1943.
- X1944
a numeric vector of the county's population in 1944.
- X1945
a numeric vector of the county's population in 1945.
- X1946
a numeric vector of the county's population in 1946.
- X1947
a numeric vector of the county's population in 1947.
- X1948
a numeric vector of the county's population in 1948.
- X1949
a numeric vector of the county's population in 1949.
- X1950
a numeric vector of the county's population in 1950.
- X1951
a numeric vector of the county's population in 1951.
- X1952
a numeric vector of the county's population in 1952.
- X1953
a numeric vector of the county's population in 1953.
- X1954
a numeric vector of the county's population in 1954.
- X1955
a numeric vector of the county's population in 1955.
- X1956
a numeric vector of the county's population in 1956.
- X1957
a numeric vector of the county's population in 1957.
- X1958
a numeric vector of the county's population in 1958.
- X1959
a numeric vector of the county's population in 1959.
- X1960
a numeric vector of the county's population in 1960.
- X1961
a numeric vector of the county's population in 1961.
- X1962
a numeric vector of the county's population in 1962.
- X1963
a numeric vector of the county's population in 1963.
- X1964
a numeric vector of the county's population in 1964.
- X1965
a numeric vector of the county's population in 1965.
- X1966
a numeric vector of the county's population in 1966.
- X1967
a numeric vector of the county's population in 1967.
- X1968
a numeric vector of the county's population in 1968.
- X1969
a numeric vector of the county's population in 1969.
- X1970
a numeric vector of the county's population in 1970.
- X1971
a numeric vector of the county's population in 1971.
- X1972
a numeric vector of the county's population in 1972.
- X1973
a numeric vector of the county's population in 1973.
- X1974
a numeric vector of the county's population in 1974.
- X1975
a numeric vector of the county's population in 1975.
- X1976
a numeric vector of the county's population in 1976.
- X1977
a numeric vector of the county's population in 1977.
- X1978
a numeric vector of the county's population in 1978.
- X1979
a numeric vector of the county's population in 1979.
- X1980
a numeric vector of the county's population in 1980.
- X1981
a numeric vector of the county's population in 1981.
- X1982
a numeric vector of the county's population in 1982.
- X1983
a numeric vector of the county's population in 1983.
- X1984
a numeric vector of the county's population in 1984.
- X1985
a numeric vector of the county's population in 1985.
- X1986
a numeric vector of the county's population in 1986.
- X1987
a numeric vector of the county's population in 1987.
- X1988
a numeric vector of the county's population in 1988.
- X1989
a numeric vector of the county's population in 1989.
- X1990
a numeric vector of the county's population in 1990.
- X1991
a numeric vector of the county's population in 1991.
- X1992
a numeric vector of the county's population in 1992.
- X1993
a numeric vector of the county's population in 1993.
- X1994
a numeric vector of the county's population in 1994.
- X1995
a numeric vector of the county's population in 1995.
- X1996
a numeric vector of the county's population in 1996.
- X1997
a numeric vector of the county's population in 1997.
- X1998
a numeric vector of the county's population in 1998.
- X1999
a numeric vector of the county's population in 1999.
- X2000
a numeric vector of the county's population in 2000.
- X2001
a numeric vector of the county's population in 2001.
- X2002
a numeric vector of the county's population in 2002.
- X2003
a numeric vector of the county's population in 2003.
- X2004
a numeric vector of the county's population in 2004.
- X2005
a numeric vector of the county's population in 2005.
- X2006
a numeric vector of the county's population in 2006.
- X2007
a numeric vector of the county's population in 2007.
- X2008
a numeric vector of the county's population in 2008.
- X2009
a numeric vector of the county's population in 2009.
- X2010
a numeric vector of the county's population in 2010.
- X2011
a numeric vector of the county's population in 2011.
.
Details
This dataset was pulled from the Utah government website in January, 2015.