okay
This commit is contained in:
parent
3fa9e9b6d1
commit
c5f9c8e3ca
|
|
@ -120,7 +120,7 @@ if (length(vrt_list) > 0 ){
|
|||
thres_5perc = as.integer(missing_pixels_percentage < 5),
|
||||
thres_40perc = as.integer(missing_pixels_percentage < 45)
|
||||
)
|
||||
|
||||
head(missing_pixels_count)
|
||||
index_5perc <- which(missing_pixels_count$thres_5perc == max(missing_pixels_count$thres_5perc) )
|
||||
index_40perc <- which(missing_pixels_count$thres_40perc == max(missing_pixels_count$thres_40perc))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue