R/print.lsbclust.R

#' Print method for object of class 'lsbclust'
#' 
#' Print a 'lsbclust' object.
#' 
#' @param x An object of class 'lsbclust'
#' @param \dots Unimplemented.
#' @method print lsbclust
#' @export
print.lsbclust <- function(x, ...) {
  cat("'lsbclust' object with slots:\n")
  print(names(x))
}

Try the lsbclust package in your browser

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

lsbclust documentation built on May 1, 2019, 10:27 p.m.