Learn R Programming

funGp (version 0.2.1)

show: Printing methods for the funGp package

Description

This set of method enables printing of the main objects defined in the funGp package. That corresponds to '>fgpm, '>fgpKern, '>fgpProj, and '>Xfgpm objects, representing funGp models, data structures related to the kernel of the model, data structures related to projection of inputs, and structures related to structural optimization of the model, respectively.

Usage

# S4 method for fgpKern
show(object)

# S4 method for fgpProj show(object)

# S4 method for fgpm show(object)

# S4 method for Xfgpm show(object)

Arguments

object

either a '>fgpm, '>fgpKern, '>fgpProj, or '>Xfgpm object.