interface ContourStatParameters : OptionsCapsule
bins |
abstract val bins: Int? |
binWidth |
abstract val binWidth: Number? |
seal |
open fun seal(): Options |
geom_contour |
Display contours of a 3d surface in 2d. class geom_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|
geom_contourf |
Fill contours of a 3d surface in 2d. class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|
stat_contour |
class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|