interface Density2dStatAesthetics : OptionsCapsule
weight |
abstract val weight: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
Density2dfMapping |
class Density2dfMapping : PolygonAesthetics, Density2dStatAesthetics, WithGroupOption |
Density2dMapping |
class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption |
Density2dStatMapping |
class Density2dStatMapping : Density2dStatAesthetics |
geom_density2d |
Display density function contour. class geom_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
|
geom_density2df |
Fill density function contour. class geom_density2df : PolygonAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
|
stat_density2d |
class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
|