rTensor (version 1.4)

head-methods: Head for Tensor

Description

Extend head for Tensor

Usage

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

Arguments

x

the Tensor instance

...

additional parameters to be passed into head()

Details

head(x,...)

See Also

tail-methods

Examples

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

Run the code above in your browser using DataCamp Workspace