From 1dbb05c3d4938b46ca2ffb50479fcfe1447089f0 Mon Sep 17 00:00:00 2001 From: Claudia Vitolo Date: Sun, 28 Aug 2016 07:59:07 +0200 Subject: [PATCH] Removed manually from README.md file --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4c30ce9..55bb0d3 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ plot(zoo(x = df$Ozone, order.by = as.POSIXct(df$datetime)), mu, 'g/m^3]'))) ``` -![](README_files/figure-html/unnamed-chunk-10-1.png) +![](README_files/figure-html/unnamed-chunk-10-1.png) Highest concentrations seem to happen in late spring and at the beginning of summer. In order to check whether this happens every year, we can download multiple years of data and then compare them. @@ -148,7 +148,7 @@ for(yearDF in years){ } ``` -![](README_files/figure-html/unnamed-chunk-11-1.png) +![](README_files/figure-html/unnamed-chunk-11-1.png) # Cached catalogue @@ -203,8 +203,8 @@ leaflet(data = stations) %>% addTiles() %>% radius = 1, color='blue', fill = FALSE) ``` -
- +
+ ## Analyse the spatial distribution of the monitoring stations @@ -216,7 +216,7 @@ Below are two plots showing the spatial distribution of the monitoring stations. dotchart(as.matrix(table(stations$Zone))[,1]) ``` -![](README_files/figure-html/unnamed-chunk-14-1.png) +![](README_files/figure-html/unnamed-chunk-14-1.png) ```r @@ -224,7 +224,7 @@ dotchart(as.matrix(table(stations$Zone))[,1]) dotchart(as.matrix(table(stations$Environment.Type[stations$Environment.Type != 'Unknown Unknown']))[,1]) ``` -![](README_files/figure-html/unnamed-chunk-15-1.png) +![](README_files/figure-html/unnamed-chunk-15-1.png) ## Use multiple cores to speed up data retrieval from numerous sites