Kurt.Hornik@ci.tuwien.ac.at
2000-Oct-10 16:32 UTC
[Rd] Documentation problem for ecdf (PR#689)
Full_Name: Kurt Hornik Version: 1.2.0 OS: Linux Submission from: (NULL) (137.208.57.56) File `ecdf.Rd' contains \usage{ ecdf(x) plot(x, verticals = FALSE, col.01line = "gray70", \dots) } \arguments{ \item{x}{numeric vector with the ``observations''.} This is wrong, because in the plot usage `x' should be an object of class "stepfun", and in fact the code says plot.ecdf <- function(..., verticals = FALSE, col.01line = "gray70") { ... } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._