R/print.tladle.R

Defines functions print.tladle

Documented in print.tladle

print.tladle <- function(x, ...){
  cat("The tensorial Ladle based on", x$method, "gives for the data set", x$data.name, "the dimension estimates:\n")
  print(sapply(x$ResMode, function(x) x$k))
}

Try the tensorBSS package in your browser

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

tensorBSS documentation built on June 2, 2021, 9:08 a.m.