interface WithSizeUnitOption : OptionsCapsule
sizeUnit |
abstract val sizeUnit: String? |
seal |
open fun seal(): Options |
geom_point |
Draw points defined by an x and y coordinate. class geom_point : PointAesthetics, WithSizeUnitOption, WithSpatialParameters, LayerBase |
geom_text |
Add a text directly to the plot. class geom_text : TextAesthetics, TextParameters, WithSizeUnitOption, WithSpatialParameters, LayerBase |