tail-methods | R Documentation |
Extend tail for Tensor
## S4 method for signature 'Tensor'
tail(x, ...)
x |
the Tensor instance |
... |
additional parameters to be passed into tail() |
tail(x,...)
head-methods
tnsr <- rand_tensor()
tail(tnsr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.