The R Project SVN R

Rev

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

Rev 40281 Rev 41502
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 = rpois(200, lam= 5)))
34
(Poiss.tab <- table(N = stats::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
plot(table(state.division))
37
plot(table(state.division))
38
 
38
 
39
## 4-D :
39
## 4-D :