Displaying 1 result from an estimated 1 matches for "c_stemleaf".
2018 Feb 16
0
stem - strange leaves
...c")
    x <- x[is.finite(x)]
    n <- as.integer(length(x))
    if (is.na(n))
        stop("invalid length(x)")
    if (n == 0)
        stop("no finite and non-missing values")
    if (scale <= 0)
        stop("'scale' must be positive")
    .Call(C_StemLeaf, as.double(x), scale, width, atom)
    invisible(NULL)
}
<bytecode: 0x000000000dea62e0>
<environment: namespace:graphics>
>
Cheers
Petr
> -----Original Message-----
> From: Leif Ruckman [mailto:leif.ruckman at kau.se]
> Sent: Friday, February 16, 2018 3:27 PM
> To: PIKAL...