summary-fgpm-method: Summary method for 'fgpm' objects

summary,fgpm-methodR 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 fgpm object.

...

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

funGp documentation built on April 25, 2023, 9:07 a.m.