print.image_ef: Show an image_ef object as image in the plots section

Description Usage Arguments Examples

View source: R/image_ef.R

Description

An implementation of the print function for 'image_ef' objects.

Usage

1
2
## S3 method for class 'image_ef'
print(x, ...)

Arguments

x

An image_ef object.

...

additional arguments

Examples

1
img <- image_ef(matrix(c(1,0,1,0), nrow=2))

Osburg/eigenfaces documentation built on Aug. 26, 2020, 4:41 p.m.