From c11c5996402ae161af451509346b799d7a2d4a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Fri, 4 Mar 2016 20:09:11 -0500 Subject: [PATCH] correction mineure --- arbres-gbif.Rmd | 1 - packages.R | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arbres-gbif.Rmd b/arbres-gbif.Rmd index 9380301..39119b0 100644 --- a/arbres-gbif.Rmd +++ b/arbres-gbif.Rmd @@ -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) diff --git a/packages.R b/packages.R index 59227bf..fb6603d 100644 --- a/packages.R +++ b/packages.R @@ -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 \ No newline at end of file +library(pander) # Tables en RMarkdown +library(ggmap) # cartes sur GGplot2 + +#options(unzip="internal") +#devtools::install_github("hadley/multidplyr")