Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Updated training files per new functionality
  • Loading branch information
ben-wetherill authored Dec 13, 2023
1 parent 47c55ac commit 2f18425
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/MassWateR_Training_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ library(MassWateR)

# Load files --------------------------------------------------------------

setwd("C:/Users/bweth/Desktop/MassWateR_Training")
setwd("D:/OneDrive/Documents/1 ACASAK/MassWateR/Training")
respth <- "Training_Results.xlsx"
accpth <- "Training_DQOAccuracy.xlsx"
frecompth <- "Training_DQOFreqComp.xlsx"
Expand Down Expand Up @@ -129,13 +129,13 @@ anlzMWRmap(fset = fsetls, param="DO")
anlzMWRmap(fset = fsetls, param="DO", addwater = "high")
#palcol = "Spectral", ptsize = 2, labsize = 2, latlon = FALSE)
#site = c("ABT-026","ABT-077"))
#maptype = "terrain-lines")
#maptype = "cartolight")
#northloc = "tr", scaleloc = "tl")
#locgroup = "Tributaries")
#dtrng = c("2022-05-01","2022-07-31"))
anlzMWRmap(fset = fsetls, param="pH",
palcol = "YlOrRd", buffdist = 5,
maptype = "terrain-background", addwater = NULL)
maptype = "cartolight", addwater = NULL)

ggsave("BetaMap.png", plot = last_plot(), device = "png",
width = 6.5, height = 7, units = "in")
Binary file modified data/Training_DQOAccuracy.xlsx
Binary file not shown.
Binary file modified data/Training_DQOFreqComp.xlsx
Binary file not shown.
Binary file modified data/Training_Results.xlsx
Binary file not shown.
Binary file modified data/Training_Sites.xlsx
Binary file not shown.
Binary file modified data/Training_WQXMeta.xlsx
Binary file not shown.

0 comments on commit 2f18425

Please sign in to comment.