hsc3-plot-0.13: Haskell SuperCollider Plotting

Safe HaskellNone

Sound.SC3.Plot.Histogram

Synopsis

Documentation

data Histogram x Source

Constructors

Histogram [x] [x] 

histogram :: Int -> [Double] -> Histogram DoubleSource

Calculate Histogram for number of bins n and sample data x.