Nothing
#'@title print.penCSC
#'
#'@description Internal method for printing the objects of class \code{penCSC}.
#'
#'@author Shahin Roshani
#'
#'@param x An object of class \code{penCSC}.
#'@param ... Other arguments. Not used by \code{print.penCSC}.
#'
#'@return A modified print of \code{penCSC} objects.
#'
#'@export
print.penCSC <- function(x,...){
print(x$coefs)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.