Nothing
#' print a springer result
#'
#' Print a springer result
#'
#' @param x springer result
#' @param digits significant digits in printout.
#' @param ... other print arguments
#' @seealso \code{\link{springer}}
#' @export
print.springer=function(x, digits = max(3, getOption("digits") - 3),...){
cat("\nCoefficients:\n")
print(x$coefficient, digits)
}
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.