Skip to content

Commit

Permalink
Update make_idw_stack.R
Browse files Browse the repository at this point in the history
small edit
  • Loading branch information
EmilyMarkowitz-NOAA authored Nov 19, 2023
1 parent c0c7989 commit ec226ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_idw_stack.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ make_idw_stack <- function(x = NA,

} else{

extrap.grid[grouping.vars] <- unlist(unique_groups)[ii]) # changed from unique_groups[ii, ]
extrap.grid[grouping.vars] <- unlist(unique_groups)[ii] # changed from unique_groups[ii, ]

}

Expand Down

0 comments on commit ec226ab

Please sign in to comment.