Description Usage Arguments Value Examples
View source: R/Creation_v0.6.R
This extracts a number of cells from an array. Typically used in a moving window for example.
1 | ExtractWindow(InMatrix, y, x, ySize = 3, xSize = 3)
|
InMatrix |
array - an input array from which a subset will be taken. |
y |
integer - central y location for subset. |
x |
integer - central x location for subset. |
ySize |
integer - height of window |
xSize |
integer - width of window |
array - an array smaller than the input array. Of the 3 by 3 by default or larger if specified.
1 | TBA...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.