Description Usage Arguments Value
Función para calcular intervalos de clase para una capa raster
1 2 3 4 5 6 7 8  | intervalos(
  capa,
  n,
  style = "quantile",
  grass = FALSE,
  column = 1,
  fixed = NULL
)
 | 
capa | 
 Layer's name  | 
n | 
 Number of intervals  | 
style | 
 One of "fixed", "sd", "equal", "pretty", "quantile", "kmeans", "hclust", "bclust", "fisher", "jenks" or "dpih"  | 
grass | 
 If TRUE the layer is loaded from the GRASS location  | 
column | 
 Column of the object that contains the data  | 
fixed | 
 Fixed intervals in case style="fixed"  | 
Colour intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.