pad_vol | R Documentation |
Pad a 3D array by a certain amount in each direction, along each dimension. This effectively undoes a crop.
pad_vol(x, padding, fill = NA)
uncrop_vol(x, padding, fill = NA)
x |
A 3D array, e.g. |
padding |
A |
fill |
Values to pad with. Default: |
The padded array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.