Nothing
#' Summarizing TrioScale
#'
#' The function summary.trioscale gives a summary from the MLR in trioscale
#'
#' @param object An object resulting from trioscale
#' @param \dots additional arguments to be passed.
#'
#' @return Summary of the results obtained from trioscale
#'
#' @export
summary.trioscale = function(object,...){
summary.mlr(object$mlr)
}
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.