ggplotit.CA: Plot the ca Objects with the ggplot2 Package

Description Usage Arguments Value Examples

Description

Function ggplotit.ca plots objects of the class caca

Usage

1
2
## S3 method for class 'ca'
ggplotit(x, arrows = c(FALSE, FALSE), ...)

Arguments

x

An object of class ca

arrows

If TRUE arrows will be ploted

...

Other parameters

Value

An ggplot2 plot

Examples

1
2
3
4
5
6
## Not run: 
library(ca)
obj <- ca(haireye)
ggplotit(obj)

## End(Not run)

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