Closed aloboa closed 5 days ago
It seems that “grey.eq” and “grey.log” are also missing (they are listed in the table).
Thanks. I have added "random" and removed “grey.eq” and “grey.log” from the docs.
Thanks. Very useful for classifications, eg
s <- rast(system.file("ex/logo.tif", package="terra"))
plot(k_means(s, 4), col=map.pal("random",4))
The man page ?man.pal lists "random" as an optional color table, but
It's not a big deal, as the palette can be created beforehand, but it would be nicer if it were fixed.