|
class ContourfMapping : PolygonAesthetics, ContourStatAesthetics, WithGroupOption |
|
class ContourMapping : PathAesthetics, ContourStatAesthetics, WithGroupOption |
|
class ContourStatMapping : ContourStatAesthetics |
|
class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption |
|
Display contours of a 3d surface in 2d.
class geom_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|
|
Fill contours of a 3d surface in 2d.
class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|
|
Display density function contour.
class geom_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
|
|
class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
|
|
class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
|