uspop                package:datasets                R Documentation

_P_o_p_u_l_a_t_i_o_n_s _R_e_c_o_r_d_e_d _b_y _t_h_e _U_S _C_e_n_s_u_s

_D_e_s_c_r_i_p_t_i_o_n:

     This data set gives the population of the United States (in
     millions) as recorded by the decennial census for the period
     1790-1970.

_U_s_a_g_e:

     uspop

_F_o_r_m_a_t:

     A time series of 19 values.

_S_o_u_r_c_e:

     McNeil, D. R. (1977) _Interactive Data Analysis_. New York: Wiley.

_E_x_a_m_p_l_e_s:

     plot(uspop, log = "y", main = "uspop data", xlab = "Year",
          ylab = "U.S. Population (millions)")

