summary.stokes | R Documentation |
A summary method for tensors and alternating forms, and a print method for summaries.
## 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, ...)
object , x |
Object of class |
... |
Further arguments, passed to |
Summary method for tensors and alternating forms. Uses spray::summary()
.
Robin K. S. Hankin
a <- rform(100)
summary(a)
options(kform_symbolic_print = TRUE)
summary(a)
options(kform_symbolic_print = NULL) # restore default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.