Skip to content

Commit

Permalink
Merge branch 'master' of github.com:traitecoevo/saltbush
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Nov 15, 2024
2 parents f797804 + 2a9e2de commit 2d03eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_multiband_image.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ create_multiband_image <- function(input_dir, desired_band_order, output_dir){
filetype = "GTiff", gdal = c("INTERLEAVE=BAND"), overwrite = TRUE)

# plot image - for checking
plot(combined_image[[1:5]])
# plot(combined_image[[1:5]])
}
}

0 comments on commit 2d03eca

Please sign in to comment.