Browse Source

snow

master
boB Rudis 4 years ago
parent
commit
19a34f5414
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      DESCRIPTION
  2. 5
      R/main.R

4
DESCRIPTION

@ -1,8 +1,8 @@
Package: f5wx Package: f5wx
Type: Package Type: Package
Title: Orchestrate the Hidden API at F5 Weather Title: Orchestrate the Hidden API at F5 Weather
Version: 0.1.0 Version: 0.1.1
Date: 2020-10-03 Date: 2020-10-27
Authors@R: c( Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")) comment = c(ORCID = "0000-0001-5670-2640"))

5
R/main.R

@ -216,9 +216,10 @@ f5wx_chart <- function(res) {
scale_color_manual( scale_color_manual(
name = NULL, name = NULL,
values = c( values = c(
"Clear" = "#fec44f", "Clear" = "#fec44f", # orange-yellow
"Rain" = "black", "Rain" = "black",
"Ip/Sn" = "#313695" "Ip/Sn" = "#313695", # blue
"Snow" = "#762a83" # purple
) )
) + ) +
labs( labs(

Loading…
Cancel
Save