The R Project SVN R

Rev

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

Rev 59039 Rev 61160
Line 47... Line 47...
47
  \code{\link{qqplot}}, \code{\link{qqnorm}}.
47
  \code{\link{qqplot}}, \code{\link{qqnorm}}.
48
}
48
}
49
\examples{
49
\examples{
50
ppoints(4) # the same as  ppoints(1:4)
50
ppoints(4) # the same as  ppoints(1:4)
51
ppoints(10)
51
ppoints(10)
52
ppoints(10, a=1/2)
52
ppoints(10, a = 1/2)
53
}
53
}
54
\keyword{dplot}
54
\keyword{dplot}
55
\keyword{arith}
55
\keyword{arith}
56
\keyword{distribution}
56
\keyword{distribution}