SmoothAesthetics

interface SmoothAesthetics : OptionsCapsule

Aesthetic properties supported by geomSmooth().

Inheritors

Properties

Link copied to clipboard
abstract val alpha: Any?

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val color: Any?

Color of the geometry.

Link copied to clipboard
abstract val fill: Any?

Filling color for the confidence interval around the line.

Link copied to clipboard
abstract val linetype: Any?

Type of the line for conditional mean.

Link copied to clipboard
abstract val size: Any?

Lines width.

Link copied to clipboard
abstract val x: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Predicted (smoothed) value.

Link copied to clipboard
abstract val ymax: Any?

Upper pointwise confidence interval around the mean.

Link copied to clipboard
abstract val ymin: Any?

Lower pointwise confidence interval around the mean.