R/print.flimboot.R

Defines functions print.flimboot

Documented in print.flimboot

print.flimboot <-
function(x, ...) {
  cat("Call:\n")
  print(x$call)
  cat("\nBootstrap flim-objects  are in $samples\n")
  cat("\nSee also ?plot.flimboot and ?flimSD")
}

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.