map.loess-class: S4 class for local-fitted (loess) maps

Description Slots Author(s) See Also

Description

The map.loess class is a sub-class of the map class, for local-fitted (loess) maps.

Slots

varname:

The name of the variable to be mapped, from data. Passed as a character.

sp.key:

The name of the ID variable from the sp.

data.key:

The name of the ID variable frome the data.

contours:

A logical, whether the contours should be drawn.

points:

A logical, whether the initial points should be drawn.

xrange:

Numeric, number of grid points on the x axis.

yrange:

Numeric, number of grid points on the y axis.

span:

A numeric which controls the degree of smoothing (see the loess function).

frame:

An object of the SpatialPolygons, with the external contour of the SpatialPolygonsDataFrame.

inter:

A list containing the pixels coordinates and estimated values.

df:

A data.frame containing the initial data.

palette:

A character, the name of the color palette to be used.

legend:

A list with the parameters of the legend. If it is an empty list, no legend will be drawn.

Author(s)

Joel Gombin

See Also

map, map.choropleth, map.tps


joelgombin/cartoPOO documentation built on May 19, 2019, 3 p.m.