Description Usage Arguments Author(s) Examples
function to reconstruct an array from a matrix,
1 | reconstruct(data, margin, transform, dimension)
|
data |
a matrix |
margin |
the margin used for deconstruction |
transform |
was transform used for deconstruction |
dimension |
dimension of the original array |
Dimitri Fichou
1 2 3 | data <- f.read.image(source='www/rTLC_demopicture.JPG',native=F,format = 'jpeg',height=128)
decon <- data %>% deconstruct.convol(margin =3 ,transform = F, conv_width =2 )
recon <- decon %>% reconstruct(margin =3 ,transform = F, dim(data))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.