Skip to content

Commit

Permalink
fix bug plot RGB with 3 dates
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Jan 12, 2025
1 parent 9a45718 commit 3092d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/api_tmap_v4.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@

# open RGB file
rgb_st <- .raster_open_rast(c(red_file, green_file, blue_file))
names(rgb_st) <- c("red", "green", "blue")

p <- tmap::tm_shape(rgb_st, raster.downsample = FALSE) +
tmap::tm_rgb(
Expand Down
1 change: 1 addition & 0 deletions sits.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 85f873d3-da0f-4f35-8a60-0a0316605680

RestoreWorkspace: Default
SaveWorkspace: Ask
Expand Down

0 comments on commit 3092d88

Please sign in to comment.