I would like to change the color of a binary mask when I plot it. The default is red and beige. I've tried setting col parameter, but it is only working with polygonal windows.
data(demopat)
plot(demopat$window, col=3)
#Not OK :
plot(as.mask(demopat$window), col=3)
Thanks,
Etienne
[[alternative HTML version deleted]]
_______________________________________________
R-sig-Geo mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-geo
