November, 28, 2020

knitr::opts_chunk$set(echo = FALSE)
##         Evento        Fecha         Hora      Latitud     Longitud Prof...Km.
## 1  es2020aaaoe   01/01/2020     00:16:29      28.1426     -16.6635          9
## 2  es2020aalxb   01/01/2020     06:00:14      28.0513     -16.2104          4
## 3  es2020aasdq   01/01/2020     09:09:46      36.9558      -2.3569          1
## 4  es2020aawsw   01/01/2020     11:28:44      28.0290     -15.9617         35
## 5  es2020aayib   01/01/2020     12:16:45      42.9123      -3.0648         NA
## 6  es2020abada   01/01/2020     13:11:30      36.4553      -7.4596         33
##         Inten.         Mag. Tipo.Mag.             Localización
## 1                       1.1         4 SW VILAFLOR DE CHASNA.ITF
## 2                       1.2         4       ATLÃ\201NTICO-CANARIAS
## 3           IV          3.7         5             NE PECHINA.AL
## 4                       1.5         4       ATLÃ\201NTICO-CANARIAS
## 5                       1.2         4           SW BERBERANA.BU
## 6                       1.9         4           GOLFO DE CÃ\201DIZ

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.