R/print.CGP.R

print.CGP <-
function(x,...){
  
  cat("Call:\n")
  print(x$call)
  cat("\n Lambda:\n")
  print(x$lambda)
  cat("\n Theta:\n")
  print(x$theta)
  cat("\n Alpha:\n")
  print(x$alpha)
  cat("\n Bandwidth:\n")
  print(x$bandwidth)
  
}

Try the CGP package in your browser

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

CGP documentation built on May 2, 2019, 1:09 p.m.