Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 5, 2023
1 parent 0fd3739 commit 2dae171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/assess-quality.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ n_pixel <- function(values, coverage_fraction){
}
n_non_na_pixel <- function(values, coverage_fraction){
length(!is.na(values))
sum(!is.na(values))
}
n_pixel_num <- exact_extract(ntl_r, roi_sf, n_pixel)
Expand Down

0 comments on commit 2dae171

Please sign in to comment.