R/print.ICA.R

Defines functions print.ICA

Documented in print.ICA

print.ICA <-
function(x, ...) {
  with(x, {
    cat(" Call:\n")
    print(call)
    cat("\n Best solution: ", position, "\n",
        "Best value: ", value, "\n",
        "No. of Imperialists: ", nimp, "\n",
        "Timings:\n")
    print(time)
  })
  invisible(x)
}

Try the ICAFF package in your browser

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

ICAFF documentation built on May 1, 2019, 6:36 p.m.