Description Usage Arguments Value Examples
Tests if an object is of class 'imageset_ef'
1 | is.imageset_ef(td)
|
td |
An object to be tested |
logical vector of legnth 1, (TRUE or FALSE)
1 2 3 4 5 6 7 | # Import Olivetti-faces
olivetti <- system.file("extdata","olivetti_X.csv",package="eigenfaces")
td <- load_imageset_ef(olivetti, c(64,64))
# Test
is.imageset_ef(td)
is.imageset_ef(c(1,2,3,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.