Skip to content

Commit

Permalink
Correct mask
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhangTom committed Sep 24, 2023
1 parent b29623b commit 26a58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/x3p_impute.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ x3p_impute <- function(x3p, x3p_mask, mask_col = "#FF0000",
invisible()
}

x3p_inner_focal_impute <- x3p_mask %>%
x3p_inner_focal_impute <- x3p %>%
x3p_delete_mask()
x3p_inner_focal_impute$surface.matrix <- x3p_inner_nomiss_res_focal_raster %>%
as.matrix() %>%
Expand Down

0 comments on commit 26a58eb

Please sign in to comment.