rTensor (version 1.4)

tail-methods: Tail for Tensor

Description

Extend tail for Tensor

Usage

# S4 method for Tensor
tail(x, ...)

Arguments

x

the Tensor instance

...

additional parameters to be passed into tail()

Details

tail(x,...)

See Also

head-methods

Examples

Run this code
# NOT RUN {
tnsr <- rand_tensor()
tail(tnsr)
# }

Run the code above in your browser using DataLab