Examples for 'graphics::plot.table'


Plot Methods for 'table' Objects

Aliases: plot.table lines.table points.table

Keywords: hplot category

### ** Examples

## 1-d tables
(Poiss.tab <- table(N = stats::rpois(200, lambda = 5)))
N
 0  1  2  3  4  5  6  7  8  9 10 11 12 13 
 2  9 19 28 34 39 21 21 12  5  4  4  1  1 
plot(Poiss.tab, main = "plot(table(rpois(200, lambda = 5)))")
plot of chunk example-graphics-plot.table-1
plot(table(state.division))
plot of chunk example-graphics-plot.table-1
## 4-D :
plot(Titanic, main ="plot(Titanic, main= *)")
plot of chunk example-graphics-plot.table-1

[Package graphics version 4.2.3 Index]