diff --git a/404.html b/404.html index 2dcb5af..1067402 100644 --- a/404.html +++ b/404.html @@ -12,7 +12,7 @@ - + @@ -39,7 +39,7 @@
@@ -56,13 +56,13 @@ @@ -113,7 +113,7 @@vignettes/getstarted.Rmd
getstarted.Rmd
if (is.data.frame(ns)) {
@@ -242,7 +242,7 @@ Example 1
-124
+126
03894
Guernsey Airport
-2.583345
@@ -251,7 +251,7 @@ Example 180.42783
-118
+120
03857
Isle Of Portland
-2.450009
@@ -260,7 +260,7 @@ Example 184.66540
-116
+118
03844
Exeter Airport No2
-3.400008
@@ -269,7 +269,7 @@ Example 193.72323
-115
+117
03840
Dunkeswell Aerodrome
-3.233338
@@ -278,7 +278,7 @@ Example 198.89712
-117
+119
03853
Yeovilton
-2.633346
@@ -287,7 +287,7 @@ Example 1119.50052
-141
+144
07020
La Hague
-1.933352
@@ -296,7 +296,7 @@ Example 1123.82404
-125
+127
03895
Jersey Airport
-2.183337
@@ -305,7 +305,7 @@ Example 1128.26450
-114
+116
03827
Plymouth
-4.116669
@@ -314,7 +314,16 @@ Example 1131.29669
-97
+128
+03896
+Saint Helier
+-2.100002
+49.20000
+54
+135.10222
+
+
+99
03710
Liscombe
-3.600012
@@ -322,8 +331,8 @@ Example 1348
138.94411
-
-164
+
+166
07117
Ploumanac’H
-3.466676
@@ -331,8 +340,8 @@ Example 155
142.71600
-
-165
+
+167
07118
Lannion
-3.466676
@@ -340,8 +349,8 @@ Example 188
149.69950
-
-119
+
+121
03862
Bournemouth Airport
-1.833350
@@ -349,8 +358,8 @@ Example 112
156.62887
-
-98
+
+100
03716
St. Athan
-3.433342
@@ -358,8 +367,8 @@ Example 150
164.42872
-
-166
+
+168
07120
Saint-Brieuc
-2.850017
@@ -367,15 +376,6 @@ Example 1138
165.41210
-
-96
-03707
-Chivenor
--4.133336
-51.08333
-8
-175.90439
-
library(climate)
PL = stations_ogimet(country = "Poland", add_map = TRUE)
-#> [1] "http://ogimet.com/cgi-bin/gsynres?lang=en&state=Poland&osum=no&fmt=html&ord=REV&ano=2023&mes=08&day=06&hora=06&ndays=1&Send=send"
-#> /tmp/RtmpoB6pU5/file1a421a47ecfd
+#> [1] "http://ogimet.com/cgi-bin/gsynres?lang=en&state=Poland&osum=no&fmt=html&ord=REV&ano=2024&mes=05&day=10&hora=06&ndays=1&Send=send"
+#> /tmp/RtmptaNv0P/file1bb55697266c
diff --git a/articles/getstarted_files/figure-html/stations -1.png b/articles/getstarted_files/figure-html/stations -1.png
index 016cadc..6abff18 100644
Binary files a/articles/getstarted_files/figure-html/stations -1.png and b/articles/getstarted_files/figure-html/stations -1.png differ
diff --git a/articles/getstarted_files/figure-html/stations-3-1.png b/articles/getstarted_files/figure-html/stations-3-1.png
index 30c3e83..5621f3e 100644
Binary files a/articles/getstarted_files/figure-html/stations-3-1.png and b/articles/getstarted_files/figure-html/stations-3-1.png differ
diff --git a/articles/index.html b/articles/index.html
index 31bdf83..5b83cf0 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -1,5 +1,5 @@
-vignettes/articles/pl.Rmd
pl.Rmd
spread ()
aby uzyskać roczne średnie
+używając ** tidyr **’ spread ()
aby uzyskać roczne średnie
maksymalne przepływy w kolejnych kolumnach.
h2 = h %>%
@@ -230,7 +230,7 @@ Przykładyselect(id, station, X, Y, hyy, Q) %>%
group_by(hyy, id, station, X, Y) %>%
summarise(srednie_roczne_Q = round(mean(Q, na.rm = TRUE),1)) %>%
- spread(hyy, srednie_roczne_Q)
+ spread(hyy, srednie_roczne_Q)
#> `summarise()` has grouped output by 'hyy', 'id', 'station', 'X'. You can
#> override using the `.groups` argument.