summary,fgpm-method | R Documentation |
fgpm
objectsDisplay the structure of a fgpm
object and the value of the parameters (variance and length-scales).
## S4 method for signature 'fgpm'
summary(object, ...)
object |
An |
... |
Not used yet. |
This method is actually identical to the show
method
for this class which is called when the name of the object is
entered in an interactive session.
m <- xm@model
class(m)
summary(m)
m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.