lookup,IndexLookupVol,numeric-method | R Documentation |
Performs a lookup operation on an IndexLookupVol object.
## S4 method for signature 'IndexLookupVol,numeric'
lookup(x, i)
## S4 method for signature 'AbstractSparseNeuroVec,numeric'
lookup(x, i)
x |
An |
i |
A numeric vector of indices to look up |
A vector of lookup values corresponding to the input indices
## Not run:
ilv <- IndexLookupVol(space, c(1:100))
lookup(ilv, c(1, 2, 3)) # Look up values for indices 1, 2, and 3
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.