interface RasterAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
fill |
abstract val fill: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
geom_raster |
Rectangles with x, y values mapped to center. Much faster than geom_tile but doesn't support width/height and color. class geom_raster : RasterAesthetics, LayerBase
|
RasterMapping |
class RasterMapping : RasterAesthetics, WithGroupOption |