correction mineure

This commit is contained in:
François Pelletier 2016-03-04 20:09:11 -05:00
parent d015491fab
commit c11c599640
2 changed files with 5 additions and 2 deletions

View file

@ -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)

View file

@ -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")