diff --git a/R/tm_layers_rgb.R b/R/tm_layers_rgb.R index 89316711..e620a60e 100644 --- a/R/tm_layers_rgb.R +++ b/R/tm_layers_rgb.R @@ -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)) }