plot.afaces: Plot method for afaces objects

Description Usage Arguments Examples

View source: R/afaces.R

Description

Plots a particular face from an afaces object

Usage

1
2
## S3 method for class 'afaces'
plot(x, y = 1, ...)

Arguments

x

afaces object

y

the id of the face to plot (i-th slice of the array). 1 by default

...

only used to maintain generic plot

Examples

1
2
3
4
a <- array(runif(27), dim=rep(3, 3))
a <- afaces(a)
plot(a, 1) # not very sexy ; same as plot(a)
plot(a, 2)

vbonhomme/eigenfaces documentation built on May 3, 2019, 4:35 p.m.