R/summary.trioscale.R

Defines functions summary.trioscale

Documented in summary.trioscale

#' 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)
}

Try the lmap package in your browser

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

lmap documentation built on April 3, 2025, 5:47 p.m.