correction mineure
This commit is contained in:
parent
d015491fab
commit
c11c599640
2 changed files with 5 additions and 2 deletions
|
@ -236,7 +236,6 @@ count_arbre_arr %>% mutate(image=paste0("![",scientificName,"](",identifier,")")
|
|||
## Localisation sur une carte
|
||||
|
||||
```{r}
|
||||
library(ggmap)
|
||||
select_for_map <- dA4 %>% select(LONGITUDE,LATITUDE,order)
|
||||
range_long <- range(select_for_map$LONGITUDE)
|
||||
range_lat <- range(select_for_map$LATITUDE)
|
||||
|
|
|
@ -15,4 +15,8 @@ library(cairoDevice) # sauvegarde de graphiques
|
|||
library(maptools) # outils de cartographie
|
||||
library(ggplot2) # librairie de graphiques
|
||||
library(RColorBrewer) # librairie de palettes de couleurs
|
||||
library(pander) # Tables en RMarkdown
|
||||
library(pander) # Tables en RMarkdown
|
||||
library(ggmap) # cartes sur GGplot2
|
||||
|
||||
#options(unzip="internal")
|
||||
#devtools::install_github("hadley/multidplyr")
|
||||
|
|
Loading…
Reference in a new issue