outputSOptimCalData | R Documentation |
Provides a set of generic output functions for summary, print, head and tail methods.
summary.SOptim.CalData(object, ...)
print.SOptim.CalData(x, ...)
## S3 method for class 'SOptim.CalData'
head(x, n = 6L, ...)
## S3 method for class 'SOptim.CalData'
tail(x, n = 6L, ...)
... |
Additional arguments to pass to print functions. |
x, object |
An object of class |
n |
a single integer. If positive, size for the resulting object: number of rows for a matrix or data frame. If negative, all but the n last/first number of elements of x (default: 6L). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.