#make a natural colour visualization of the Landsat image > plotRGB(img * (img >= 0), r = 4, g = 3, b = 2, scale = 10000) Error in grDevices::rgb(RGB[, 1], RGB[, 2], RGB[, 3], alpha = alpha, maxColorValue = scale) : color intensity 1.1368
I was trying to make a natural colour visualization of the Landsat image
New contributor
Naftali Haimbodi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.