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 |
geom_polygon |
Display a polygon (filled path). geom_polygon draws polygons, which are filled paths. Each vertex of the polygon requires a separate row in the data. class geom_polygon : PolygonAesthetics, LayerBase
|
PolygonMapping |
class PolygonMapping : PolygonAesthetics, WithGroupOption |