Skip to contents

Prints a population of model objects as text

Usage

printPopulation(obj, method = "short", score = "fit_", indent = "")

Arguments

obj:

a population of models to plot

method:

if "digested" a short sumary (one line) will be printed, otherwise the method will contain the specific way to print a model through the printModel() routine

score:

which score to show in the fit (default:fit_)

indent:

a string (default:'tab---') that will precede each element of the object.