Skip to content

Commit ed07e4e

Browse files
committed
Remove scale argument from plotRGB calls to fix plotting errors
1 parent 5311dbc commit ed07e4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

episodes/05-raster-multi-band-in-r.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,12 @@ range of potential values to increase the visual contrast of the image.
268268
```{r plot-rbg-image-linear}
269269
plotRGB(RGB_stack_HARV,
270270
r = 1, g = 2, b = 3,
271-
scale = 800,
272271
stretch = "lin")
273272
```
274273

275274
```{r plot-rgb-image-hist}
276275
plotRGB(RGB_stack_HARV,
277276
r = 1, g = 2, b = 3,
278-
scale = 800,
279277
stretch = "hist")
280278
```
281279

0 commit comments

Comments
 (0)