interface PolygonAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
fill |
abstract val fill: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
ContourfMapping |
class ContourfMapping : PolygonAesthetics, ContourStatAesthetics, WithGroupOption |
Density2dfMapping |
class Density2dfMapping : PolygonAesthetics, Density2dStatAesthetics, WithGroupOption |
geom_contourf |
Fill contours of a 3d surface in 2d. class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|
geom_density2df |
Fill density function contour. class geom_density2df : PolygonAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
|
geom_map |
Display a filled closed path defined by the vertex coordinates of individual polygons. 'geom_map' is essentially the same as 'geom_polygon' but uses 'coord_map' as default coordinate system. class geom_map : PolygonAesthetics, WithSpatialParameters, LayerBase
|
geom_polygon |
Display a filled closed path defined by the vertex coordinates of individual polygons. class geom_polygon : PolygonAesthetics, WithSpatialParameters, LayerBase
|
PolygonMapping |
class PolygonMapping : PolygonAesthetics, WithGroupOption |