quakes package:datasets R Documentation _L_o_c_a_t_i_o_n_s _o_f _E_a_r_t_h_q_u_a_k_e_s _o_f_f _F_i_j_i _D_e_s_c_r_i_p_t_i_o_n: The data set give the locations of 1000 seismic events of MB > 4.0. The events occurred in a cube near Fiji since 1964. _U_s_a_g_e: quakes _F_o_r_m_a_t: A data frame with 1000 observations on 5 variables. [,1] lat numeric Latitude of event [,2] long numeric Longitude [,3] depth numeric Depth (km) [,4] mag numeric Richter Magnitude [,5] stations numeric Number of stations reporting _D_e_t_a_i_l_s: There are two clear planes of seismic activity. One is a major plate junction; the other is the Tonga trench off New Zealand. These data constitute a subsample from a larger dataset of containing 5000 observations. _S_o_u_r_c_e: This is one of the Harvard PRIM-H project data sets. They in turn obtained it from Dr. John Woodhouse, Dept. of Geophysics, Harvard University. _E_x_a_m_p_l_e_s: require(graphics) pairs(quakes, main = "Fiji Earthquakes, N = 1000", cex.main=1.2, pch=".")