matricized_access | R Documentation |
This function extracts the values of the elements in a 4D tensor, where the first three dimensions
(x,y,z) have been matricized into a single dimension, using a space-time coordinate matrix.
The input i
is an index matrix, where each row specifies a (x,y,z,t) coordinate.
The output is a vector containing the values of the elements in x
at the specified
space-time coordinates.
matricized_access(x, i, ...)
x |
a data source. |
i |
an index matrix specifying the space-time coordinates. |
... |
additional arguments to be passed to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.