tail-methods {rTensor} | R Documentation |
Tail for Tensor
Description
Extend tail for Tensor
Usage
## S4 method for signature 'Tensor'
tail(x, ...)
Arguments
x |
the Tensor instance |
... |
additional parameters to be passed into tail() |
Details
tail(x,...)
See Also
Examples
tnsr <- rand_tensor()
tail(tnsr)
[Package rTensor version 1.4.8 Index]