BinParams

case class BinParams(anchor: Option[Double], base: Option[Double], binned: Option[Boolean], divide: Option[Seq[Double]], extent: Option[BinExtent], maxbins: Option[Double], minstep: Option[Double], nice: Option[Boolean], step: Option[Double], steps: Option[Seq[Double]])

Binning properties or boolean flag for determining whether to bin data or not.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product