R/print.flim.R

Defines functions print.flim

Documented in print.flim

print.flim <-
function(x, ...) {
  cat("Object of class \"flim\". Type object$dataset for reconstructed data.\n")
  cat("Fitted models are contained in object$fit. Use flimList(object), \n")
  cat("summary(flimList(object)) and plot(flimList(object)) to assess fits.\n")
  cat("\nCall:\n")
  print(x$call)
  cat("\nUse summary(object) for more information regarding the imputation,\n")
  cat("and see ?plot.flim for ploting options for the imputed measurements.\n")
  cat("\n")
}

Try the FLIM package in your browser

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

FLIM documentation built on May 29, 2017, 11:30 p.m.