rec | R Documentation |
This is a function that restores the vectorized image to its original dimensions, reduced in dimension by the radial basis function.
rec(Q, imagedim, B = NULL, mask = NULL)
Q |
a vector for reduced data. |
imagedim |
a vector for original dimension. |
B |
a list or a matrix indicating the basis function used in the dimension reduction. |
mask |
a list or a matrix indicating the mask image used in the dimension reduction. |
rec
requires a vector to be converted to a array.
imagedim1=c(10,10,10)
recvec = rec(rnorm(prod(imagedim1)), imagedim1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.