The R Project SVN R

Rev

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

Rev 41502 Rev 41593
Line 29... Line 29...
29
}
29
}
30
\seealso{\code{\link{plot.factor}}, the \code{\link{plot}} method for factors.}
30
\seealso{\code{\link{plot.factor}}, the \code{\link{plot}} method for factors.}
31
 
31
 
32
\examples{
32
\examples{
33
## 1-d tables
33
## 1-d tables
34
(Poiss.tab <- table(N = stats::rpois(200, lam= 5)))
34
(Poiss.tab <- table(N = stats::rpois(200, lambda = 5)))
35
plot(Poiss.tab, main = "plot(table(rpois(200, lam=5)))")
35
plot(Poiss.tab, main = "plot(table(rpois(200, lambda = 5)))")
36
 
36
 
37
plot(table(state.division))
37
plot(table(state.division))
38
 
38
 
39
## 4-D :
39
## 4-D :
40
plot(Titanic, main ="plot(Titanic, main= *)")
40
plot(Titanic, main ="plot(Titanic, main= *)")