Skip to content

Commit

Permalink
testing #871
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed May 8, 2024
1 parent 43a6317 commit 81f217a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_layers_rgb.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @rdname tm_raster
#' @name opt_tm_rgb
#' @export
opt_tm_rgb = function(interpolate = TRUE) {
opt_tm_rgb = function(interpolate = FALSE) {
list(trans.args = list(),
mapping.args = list(interpolate = interpolate))
}
Expand Down

0 comments on commit 81f217a

Please sign in to comment.