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

Package jetbrains.letsPlot.intern.layer.stat

Types

Bin2dStatAesthetics

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

interface Bin2dStatAesthetics : OptionsCapsule

Bin2dStatMapping

class Bin2dStatMapping : Bin2dStatAesthetics

Bin2dStatParameters

interface Bin2dStatParameters : OptionsCapsule

BinStatAesthetics

interface BinStatAesthetics : OptionsCapsule

BinStatMapping

class BinStatMapping : BinStatAesthetics

BinStatParameters

interface BinStatParameters : OptionsCapsule

BoxplotStatAesthetics

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

interface BoxplotStatAesthetics : OptionsCapsule

BoxplotStatMapping

class BoxplotStatMapping : BoxplotStatAesthetics

BoxplotStatParameters

interface BoxplotStatParameters : OptionsCapsule

ContourStatAesthetics

interface ContourStatAesthetics : OptionsCapsule

ContourStatMapping

class ContourStatMapping : ContourStatAesthetics

ContourStatParameters

interface ContourStatParameters : OptionsCapsule

CountStatAesthetics

interface CountStatAesthetics : OptionsCapsule

CountStatMapping

class CountStatMapping : CountStatAesthetics

Density2dStatAesthetics

interface Density2dStatAesthetics : OptionsCapsule

Density2dStatMapping

class Density2dStatMapping : Density2dStatAesthetics

Density2dStatParameters

interface Density2dStatParameters : OptionsCapsule

DensityStatAesthetics

interface DensityStatAesthetics : OptionsCapsule

DensityStatMapping

class DensityStatMapping : DensityStatAesthetics

DensityStatParameters

interface DensityStatParameters : OptionsCapsule

SmoothStatAesthetics

interface SmoothStatAesthetics : OptionsCapsule

SmoothStatMapping

class SmoothStatMapping : SmoothStatAesthetics

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