class geom_image : ImageAesthetics, LayerBase
<init> |
geom_image(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, href: String? = null, xmin: Any? = null, xmax: Any? = null, ymin: Any? = null, ymax: Any? = null, mapping: ImageMapping.() -> Unit = {}) |
href |
val href: String? |
xmax |
val xmax: Any? |
xmin |
val xmin: Any? |
ymax |
val ymax: Any? |
ymin |
val ymin: Any? |
seal |
fun seal(): Options
|
toSpec |
fun Layer.toSpec(): MutableMap<String, Any> |