mask_raster | R Documentation |
Function to create a mask above the background or foreground. (Funcao para criar uma mascara sobre o background ou foreground).
mask_raster(Class,legend,col,main,plot=TRUE)
Class |
Raster object with pixels grouped into classes (Objeto do tipo raster com os pixels agrupados em classes). |
legend |
Vector with the names corresponding to each class (Vetor os nomes correspondentes a cada classe). |
col |
Vector with the color names corresponding to each class (Vetor os nomes das cores correspondentes a cada classe). |
main |
Titulo da figura (Figure title) |
plot |
Logic value, if TRUE the figure will be shown (Valor logico, se TRUE a figura sera apresentada) |
Returns an array (retorna uma matriz).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.