Skip to content

Commit 2d03eca

Browse files
committed
Merge branch 'master' of github.com:traitecoevo/saltbush
2 parents f797804 + 2a9e2de commit 2d03eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/create_multiband_image.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ create_multiband_image <- function(input_dir, desired_band_order, output_dir){
4949
filetype = "GTiff", gdal = c("INTERLEAVE=BAND"), overwrite = TRUE)
5050

5151
# plot image - for checking
52-
plot(combined_image[[1:5]])
52+
# plot(combined_image[[1:5]])
5353
}
5454
}
5555

0 commit comments

Comments
 (0)