capac                  package:Rlab                  R Documentation

_C_a_p_a_c_i_t_a_n_c_e _o_f _d_i_f_f_e_r_e_n_t _s_h_a_p_e_d _c_a_p_a_c_i_t_o_r_s.

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

     The 'capac' data set measures the capacitance of a capacitor built
     with  one of 5 shapes and 3 different sizes (area).  Other 
     covariates variables are perimeter length and number of 
     discontinuities.

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

     A data frame with 15 observations on the following 5 variables.

     _c_a_p_a_c : measured capacitance

     _s_h_a_p_e : shape of the capacitor

     _p_e_r_i_m : perimeter length of the capacitor

     _a_r_e_a : size of the capacitor

     _d_i_s_c_o_n_t : number of discontinuites

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

     # Make a means plot of capacitance by shape and area.
     mplot(capac$capac,capac$shape,capac$area,both=TRUE)

