median3d | R Documentation |
Median along the dimension given by 'along'. The same as apply(x,(1:3)[-along],median,na.rm=TRUE), but some hundred times faster.
median3d(x, along = 1)
x |
is a 3d array to be median smoothed along the 'along' dimension. |
along |
Integer. The median is taken along this dimension. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.