hsc3-plot-0.15: Haskell SuperCollider Plotting

Safe HaskellNone
LanguageHaskell98

Sound.SC3.Plot.Histogram

Synopsis

Documentation

data Histogram x Source

Constructors

Histogram [x] [x] 

Instances

Eq x => Eq (Histogram x) 
Show x => Show (Histogram x) 

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

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