The R Project SVN R

Rev

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

Rev 27442 Rev 30448
Line 32... Line 32...
32
\examples{
32
\examples{
33
## 1-d tables
33
## 1-d tables
34
(Poiss.tab <- table(N = rpois(200, lam= 5)))
34
(Poiss.tab <- table(N = rpois(200, lam= 5)))
35
plot(Poiss.tab, main = "plot(table(rpois(200, lam=5)))")
35
plot(Poiss.tab, main = "plot(table(rpois(200, lam=5)))")
36
 
36
 
37
data(state)
-
 
38
plot(table(state.division))
37
plot(table(state.division))
39
 
38
 
40
## 4-D :
39
## 4-D :
41
data(Titanic)
-
 
42
plot(Titanic, main ="plot(Titanic, main= *)")
40
plot(Titanic, main ="plot(Titanic, main= *)")
43
 
41
 
44
}
42
}
45
\keyword{hplot}
43
\keyword{hplot}
46
\keyword{category}
44
\keyword{category}