R/0_show_Doc.R

# ==========================================================================================================
#' @title 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 \linkS4class{fgpm}, \linkS4class{fgpKern}, \linkS4class{fgpProj}, and \linkS4class{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.
#'
#' @param object Either a \linkS4class{fgpm}, \linkS4class{fgpKern}, \linkS4class{fgpProj}, or
#'   \linkS4class{Xfgpm} object.
#'
#' @author José Betancourt, François Bachoc, Thierry Klein and Jérémy Rohmer
#'
#' @name show
#' @rdname show-methods
#' @importFrom methods show
#' @noRd
#'
NULL
# ==========================================================================================================

Try the funGp package in your browser

Any scripts or data that you put into this service are public.

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