HCD                  package:MCPAN                  R Documentation

_H_e_l_l _C_r_e_e_k _D_i_n_o_s_a_u_r _D_a_t_a

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

     Counts of dinosaur families found in three stratigraphic levels of
     the Cretaceous period in the Hell Creek formation in North Dakota.
     The eight families are the Ceratopsidae (Ce), Hadrosauridae (Ha),
     Hypsilophodontidae (Hy), Pachycephalosauridae (Pa),
     Tyrannosauridae (Ty), Ornithomimidae (Or), Sauronithoididae (Sa)
     and Dromiaeosauridae (Dr).

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

     data(HCD)

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

     A data frame with 3 observations on the following 9 variables.

     _L_e_v_e_l a factor with levels 'Lower', 'Middle', 'Upper', specifiyng
          the stratigraphic levels

     _C_r a numeric vector, counts of the Ceratopsidae 

     _H_a a numeric vector, counts of the Hadrosauridae

     _H_y a numeric vector, counts of the Hypsilophodontidae

     _P_a a numeric vector, counts of the Pachycephalosauridae

     _T_y a numeric vector, counts of the Tyrannosauridae

     _O_r a numeric vector, counts of the Ornithomimidae

     _S_a a numeric vector, counts of the Sauronithoididae

     _D_r a numeric vector, counts of the Dromiaeosauridae

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

     Table 1 in: Rogers, JA and Hsu, JC (2001): Multiple Comparisons of
     Biodiversity. Biometrical Journal 43, 617-625.

_R_e_f_e_r_e_n_c_e_s:

     Sheehan, P.M., et al. (1991): Sudden extinction of the Dinosaurs:
     Latest Cretaceous, Upper Great Plains, U.S.A. Science 254,
     835-839.

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

     data(HCD)
     str(HCD)
     HCD

     mat<-as.matrix(HCD[,-c(1)])

     rownames(mat)<-HCD$Level

     mosaicplot(mat, las=1)

     estSimpsonf(X=HCD[,-c(1)], f=HCD$Level)

     estShannonf(X=HCD[,-c(1)], f=HCD$Level)

