The R Project SVN R

Rev

Rev 27652 | Rev 41508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27652 Rev 30912
Line 8... Line 8...
8
}
8
}
9
\usage{
9
\usage{
10
\method{plot}{stepfun}(x, xval, xlim, ylim,
10
\method{plot}{stepfun}(x, xval, xlim, ylim,
11
     xlab = "x", ylab = "f(x)", main = NULL,
11
     xlab = "x", ylab = "f(x)", main = NULL,
12
     add = FALSE, verticals = TRUE, do.points = TRUE,
12
     add = FALSE, verticals = TRUE, do.points = TRUE,
-
 
13
     pch = par("pch"),
13
     pch = par("pch"), col.points=par("col"), cex.points=par("cex"),
14
     col.points = par("col"), cex.points = par("cex"),
14
     col.hor = par("col"), col.vert= par("col"),
15
     col.hor = par("col"), col.vert = par("col"),
15
     lty = par("lty"), lwd = par("lwd"), \dots)
16
     lty = par("lty"), lwd = par("lwd"), \dots)
16
 
17
 
17
\method{lines}{stepfun}(x, \dots)
18
\method{lines}{stepfun}(x, \dots)
18
}
19
}
19
\arguments{
20
\arguments{