interface TileAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
fill |
abstract val fill: Any? |
height |
abstract val height: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
width |
abstract val width: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
Bin2dMapping |
class Bin2dMapping : TileAesthetics, Bin2dStatAesthetics, WithGroupOption |
geom_bin2d |
Divide the plane into a grid and color the bins by the count of cases in them. class geom_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase
|
geom_tile |
Display a rectangle defined by the center of the tile and its size (x, y, width, height). class geom_tile : TileAesthetics, LayerBase
|
stat_bin2d |
class stat_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase
|
TileMapping |
class TileMapping : TileAesthetics, WithGroupOption |