aRTvisual {aRT}R Documentation

Class "aRTvisual"

Description

Class that contains configuration about the visual of a theme. Some attributes are used for specific geometries. The attribute names are the same of TerraLib objects, if you want to use R nomenclature, we recommend to use visualPoints(), visualLines(), visualPolygons() and visualRaster().

Objects from the Class

new("aRTvisual", color="blue")

Slots

color
internal color of the elements, or a vector of colors of a raster.
ccolor
the contour color.
style
the style of the drawing. It depends on the geometry.
transp
the transparency factor of the color, a integer between 0 and 100.
ctransp
the transparency factor of ccolor.
cwidth
the contour width.
width
width of the line.
size
the size of the object to be drawn.

Author(s)

Pedro Ribeiro de Andrade Neto


[Package aRT version 0.4-0 Index]