Seq[Any] to be dressed as Seq[Double]
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
Dresses the row argument in a Seq[Double]. Elements that can't be casted to java.lang.Number will be represented by Double.NaN.
Seq[Any] to be dressed as Seq[Double]