- The quakes dataset is a data frame containing 1000 observations grouped in 5 variables. You can check the details here.
## 'data.frame': 1000 obs. of 5 variables:
## $ lat : num -20.4 -20.6 -26 -18 -20.4 ...
## $ long : num 182 181 184 182 182 ...
## $ depth : int 562 650 42 626 649 195 82 194 211 622 ...
## $ mag : num 4.8 4.2 5.4 4.1 4 4 4.8 4.4 4.7 4.3 ...
## $ stations: int 41 15 43 19 11 12 43 15 35 19 ...
- We will present this data in an interactive graph base in the plotly package. We will look at the location of each seismic activity and add a third variable mag into play to have an idea about where and how intensive those quakes happened in Fiji during 1964 and depth since it shows a striking pattern based on location.