ggplotd.stat

Undocumented in source.

Members

Functions

statDensity
auto statDensity(AES aesRange)

Calculate kernel density for given data

statDensity2D
auto statDensity2D(AES aesRange)

Calculate kernel density for given x and y data

statFunction
auto statFunction(FUNC func, T min, T max, size_t precision)

Create Aes based on a function

statHist
auto statHist(AES aesRaw, size_t noBins)

Create Aes that specifies the bins to draw an histogram

statHist2D
auto statHist2D(AES aesRange, size_t noBinsX, size_t noBinsY)

Create Aes that specifies the bins to draw an histogram

Meta