Learn R Programming

stokes (version 1.2-0)

summary.stokes: Summaries of tensors and alternating forms

Description

A summary method for tensors and alternating forms, and a print method for summaries.

Usage

# S3 method for kform
summary(object, ...)
# S3 method for ktensor
summary(object, ...)
# S3 method for summary.kform
print(x, ...)
# S3 method for summary.ktensor
print(x, ...)

Arguments

object,x

Object of class ktensor or kform

...

Further arguments, passed to head()

Author

Robin K. S. Hankin

Details

Summary method for tensors and alternating forms. Uses spray::summary().

Examples

Run this code
a <- rform(100)
summary(a)
options(kform_symbolic_print = TRUE)
summary(a)
options(kform_symbolic_print = NULL)  # restore default


Run the code above in your browser using DataLab