Skip to content

Commit c99bee2

Browse files
authored
Merge pull request #490 from mneilson-usgs/ep_5_fix
Fix plotRGB errors in Ep. 5
2 parents 707a3ac + ed07e4e commit c99bee2

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)