image_ef: Create an image_ef object from x.

Description Usage Arguments Value Examples

View source: R/image_ef.R

Description

Create an image_ef object from x.

Usage

1

Arguments

x

A matrix or an atomic vector of type numeric.

Value

An object of class image_ef and attribute dim. Values are taken from x. the value of dim corresponds to the value of dim(x). If dim is not set for x, c(length(x), 1) is used instead.

Examples

1
2
image_ef(matrix(c(1,2,3,4), nrow=2))
image_ef(c(1,2,3,4))

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