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 |
Display rectangles defined by the center of the tile (x, y). This is a high performance special function for same-sized tiles. Much faster than geom_tile but doesn't support width/height and color. class geom_raster : RasterAesthetics, LayerBase
|
RasterMapping |
class RasterMapping : RasterAesthetics, WithGroupOption |