Description Usage Arguments Value Author(s) See Also Examples
colasc creates a vector of colors for a raster map of class
asc and of type "factor". 
| 1 | 
| x | an object of class  | 
| ... | arguments named as the levels of the factor, with character values equal to the colors for these levels (see examples) | 
Returns a character vector.
Clement Calenge clement.calenge@oncfs.gouv.fr
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | data(puechabon)
## gets the aspect in an asc object
asp <- getkasc(puechabon$kasc, "Aspect")
## creates the vector of colors
cl <- colasc(asp, NorthEast = "blue", SouthEast = "red", 
             SouthWest = "orange", NorthWest = "green")
## graphical display
image(asp, clfac = cl, main = "Aspect", xlab = "Lambert X",
      ylab = "Lambert Y")
legend(706500, 3162000, legend=levels(asp), fill = cl, cex = 0.7)
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.