swissmunicipalities         package:sampling         R Documentation

_T_h_e _S_w_i_s_s _m_u_n_i_c_i_p_a_l_i_t_i_e_s _p_o_p_u_l_a_t_i_o_n

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

     This population provides information about the Swiss
     municipalities  in 2003.

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

     data(swissmunicipalities)

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

     A data frame with 2896 observations on the following 22 variables.

     _C_T Swiss canton.

     _R_E_G Swiss region.

     _C_O_M municipality number.

     _N_o_m municipality name.

     _H_A_p_o_l_y municipality area.

     _S_u_r_f_a_c_e_s_b_o_i_s wood area.

     _S_u_r_f_a_c_e_s_c_u_l_t area under cultivation.

     _A_l_p mountain pasture area.

     _A_i_r_b_a_t area with buildings.

     _A_i_r_i_n_d industrial area.

     _P_0_0_B_M_T_O_T number of men.

     _P_0_0_B_W_T_O_T number of women.

     _P_o_p_0_2_0 number of men and women aged between 0 and 20.

     _P_o_p_2_0_4_0 number of men and women aged between 20 and 40.

     _P_o_p_4_0_6_5 number of men and women aged between 40 and 65.

     _P_o_p_6_5_P number of men and women aged between 65 and over.

     _H_0_0_P_T_O_T number of households.

     _H_0_0_P_0_1 number of households with 1 person.

     _H_0_0_P_0_2 number of households with 2 persons.

     _H_0_0_P_0_3 number of households with 3 persons.

     _H_0_0_P_0_4 number of households with 4 persons.

     _P_O_P_T_O_T total population.

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

     Swiss Federal Statistical Office.

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

     data(swissmunicipalities)
     hist(swissmunicipalities$POPTOT)

