ggplotit.table: Plot the table Objects with the ggplot2 Package

Description Usage Arguments Value Examples

Description

Function ggplotit.table plots objects of the class tablebase

Usage

1
2
## S3 method for class 'table'
ggplotit(x, type = "seq", ...)

Arguments

x

An object of class table

type

One of seq (sequential), div (diverging) or qual (qualitative)

...

Other parameters

Value

An ggplot2 plot

Examples

1
2
3
4
5
## Not run: 
library(FactoMineR)
ggplotit(as.table(children))

## End(Not run)

pbiecek/ggplotit documentation built on May 24, 2019, 10:37 p.m.