Numerical

case class Numerical(data: Vector[Double], name: String, symErrors: Option[Vector[Double]], negErrors: Option[Vector[Double]], posErrors: Option[Vector[Double]]) extends Data with BarChartData
Companion:
object
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any

Value members

Concrete methods

override def hashCode(): Int
Definition Classes
Any
override def isEmpty: Boolean
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product