Skip to content

Commit

Permalink
https://github.com/r-tmap/tmap/issues/819
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Aug 19, 2024
1 parent 4e7f35d commit afc735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/vv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ tm_shape(L7split) +

# complex stars
L7neg = L7
L7neg$L7_ETMs.tif = 255 - L7alt$L7_ETMs.tif
L7neg$L7_ETMs.tif = 255 - L7neg$L7_ETMs.tif

L7duo = c(L7, L7neg)
L7duo2 = merge(L7duo)
Expand Down

0 comments on commit afc735c

Please sign in to comment.