Dear All,
I would like to read Turkey's eartquake data set into R and then plot with map with the animation according to the date(earlist to soonest
) that earthquake happened. Can you help me please?
Below is what I got so far but can't read the data.
Thank you.
I would like to read Turkey's eartquake data set into R and then plot with map with the animation according to the date(earlist to soonest
) that earthquake happened. Can you help me please?
Below is what I got so far but can't read the data.
Thank you.
Code:
install.packages('XML')
library(XML)
url <- "<http://www.koeri.boun.edu.tr/scripts/lst5.asp>"
data_df <- readHTMLTable(url)