PadMatrix | R Documentation |
Pad a matrix
PadMatrix(src, dest, dname, dims, index)
## S4 method for signature 'H5D'
PadMatrix(src, dest, dname, dims, index)
## S4 method for signature 'H5Group'
PadMatrix(src, dest, dname, dims, index)
src |
A source matrix |
dest |
Destination HDF5 file or group for the padded matrix |
dname |
Destination name for the padded matrix |
dims |
A two-length integer vector with the number of rows and number of columns in the padded matrix |
index |
A two-length list of integer vectors describing the rows and
columns that |
...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.