summary,fgpm-method {funGp} | R Documentation |
Summary method for fgpm
objects
Description
Display the structure of a fgpm
object and the value of the parameters (variance and length-scales).
Usage
## S4 method for signature 'fgpm'
summary(object, ...)
Arguments
object |
An |
... |
Not used yet. |
Note
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.
Examples
m <- xm@model
class(m)
summary(m)
m
[Package funGp version 1.0.0 Index]