Learn R Programming

rTensor (version 1.4.9)

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
tnsr <- rand_tensor()
head(tnsr)

Run the code above in your browser using DataLab