summary.stokes {stokes} | R Documentation |
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 class 'kform'
summary(object, ...)
## S3 method for class 'ktensor'
summary(object, ...)
## S3 method for class 'summary.kform'
print(x, ...)
## S3 method for class 'summary.ktensor'
print(x, ...)
Arguments
object , x |
Object of class |
... |
Further arguments, passed to |
Details
Summary method for tensors and alternating forms. Uses spray::summary()
.
Author(s)
Robin K. S. Hankin
Examples
a <- rform(100)
summary(a)
options(kform_symbolic_print = TRUE)
summary(a)
options(kform_symbolic_print = NULL) # restore default
[Package stokes version 1.2-1 Index]