Skip to content

Commit

Permalink
Adjustment to ModelCorrMap, removed All_Sites_sf from variable declar…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
William Augustine McLean authored and William Augustine McLean committed Oct 22, 2024
1 parent e4cc8d9 commit afa2b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ModelCorrMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

ModelCorrMap <- function(x, y = ModelScatterPlot, z = NewDivides){

ModelScatterPlot <- NewDivides <- divide_id <- geom <- correlation <- Divide <- toid <- type <- ds_id <- areasqkm <- id <- lengthkm <- tot_drainage_areasqkm <- has_flowline <- pos_neg <- geometry <- fill_var <- All_Sites_sf <- NULL
ModelScatterPlot <- NewDivides <- divide_id <- geom <- correlation <- Divide <- toid <- type <- ds_id <- areasqkm <- id <- lengthkm <- tot_drainage_areasqkm <- has_flowline <- pos_neg <- geometry <- fill_var <- NULL

z <- z %>%
rename(Divide = divide_id, geometry = geom)
Expand Down

0 comments on commit afa2b45

Please sign in to comment.