plot-api / jetbrains.letsPlot.intern.layer / OptionsCapsule

OptionsCapsule

interface OptionsCapsule

Functions

seal

abstract fun seal(): Options

Inheritors

ABLineAesthetics

interface ABLineAesthetics : OptionsCapsule

AreaAesthetics

interface AreaAesthetics : OptionsCapsule

BarAesthetics

interface BarAesthetics : OptionsCapsule

Bin2dStatAesthetics

'bin2d' stat requires x,y (weight is optional)

interface Bin2dStatAesthetics : OptionsCapsule

Bin2dStatParameters

interface Bin2dStatParameters : OptionsCapsule

BinStatAesthetics

interface BinStatAesthetics : OptionsCapsule

BinStatParameters

interface BinStatParameters : OptionsCapsule

BoxplotAesthetics

interface BoxplotAesthetics : OptionsCapsule

BoxplotParameters

interface BoxplotParameters : OptionsCapsule

BoxplotStatAesthetics

The "Five Number Summary" requires x,y (weight is optional)

interface BoxplotStatAesthetics : OptionsCapsule

BoxplotStatParameters

interface BoxplotStatParameters : OptionsCapsule

ContourStatAesthetics

interface ContourStatAesthetics : OptionsCapsule

ContourStatParameters

interface ContourStatParameters : OptionsCapsule

CountStatAesthetics

interface CountStatAesthetics : OptionsCapsule

CrossBarAesthetics

interface CrossBarAesthetics : OptionsCapsule

Density2dStatAesthetics

interface Density2dStatAesthetics : OptionsCapsule

Density2dStatParameters

interface Density2dStatParameters : OptionsCapsule

DensityStatAesthetics

interface DensityStatAesthetics : OptionsCapsule

DensityStatParameters

interface DensityStatParameters : OptionsCapsule

ErrorBarAesthetics

interface ErrorBarAesthetics : OptionsCapsule

GenericAesMapping

class GenericAesMapping : OptionsCapsule, WithGroupOption

HistogramAesthetics

interface HistogramAesthetics : OptionsCapsule

HLineAesthetics

interface HLineAesthetics : OptionsCapsule

ImageAesthetics

interface ImageAesthetics : OptionsCapsule

JitterParameters

interface JitterParameters : OptionsCapsule

LayerBase

abstract class LayerBase : Layer, OptionsCapsule

LineAesthetics

interface LineAesthetics : OptionsCapsule

LineRangeAesthetics

interface LineRangeAesthetics : OptionsCapsule

PathAesthetics

interface PathAesthetics : OptionsCapsule

PointAesthetics

interface PointAesthetics : OptionsCapsule

PointRangeAesthetics

interface PointRangeAesthetics : OptionsCapsule

PolygonAesthetics

interface PolygonAesthetics : OptionsCapsule

RasterAesthetics

interface RasterAesthetics : OptionsCapsule

RectAesthetics

interface RectAesthetics : OptionsCapsule

RibbonAesthetics

interface RibbonAesthetics : OptionsCapsule

SegmentAesthetics

interface SegmentAesthetics : OptionsCapsule

SmoothAesthetics

interface SmoothAesthetics : OptionsCapsule

SmoothStatAesthetics

interface SmoothStatAesthetics : OptionsCapsule

SmoothStatParameters

Params: method - smoothing method: lm, glm, gam, loess, rlm n (80) - number of points to evaluate smoother at se (TRUE ) - display confidence interval around smooth? level (0.95) - level of confidence interval to use deg ( >= 1 ) - degree of polynomial for regression seed - random seed for LOESS sampling maxN (1000) - maximum points in DF for LOESS

interface SmoothStatParameters : OptionsCapsule

TextAesthetics

interface TextAesthetics : OptionsCapsule

TileAesthetics

interface TileAesthetics : OptionsCapsule

VLineAesthetics

interface VLineAesthetics : OptionsCapsule