intervalos: Función para calcular intervalos de clase para una capa...

Description Usage Arguments Value

View source: R/intervalos.R

Description

Función para calcular intervalos de clase para una capa raster

Usage

1
2
3
4
5
6
7
8
intervalos(
  capa,
  n,
  style = "quantile",
  grass = FALSE,
  column = 1,
  fixed = NULL
)

Arguments

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"

Value

Colour intervals


pacoalonso/alonsaRp documentation built on May 17, 2020, 9 a.m.