Print a Class "da" Object

DESCRIPTION:

Print method for class da.

USAGE:

print.da(x, ...) 

REQUIRED ARGUMENTS:

x
object of class "da" to be printed.

OPTIONAL ARGUMENTS:

...
optional printing arguments.

VALUE:

none

SIDE EFFECTS:

Prints a class "da" object.

DETAILS:

This is a method for the function print for objects inheriting from class "da". See or for the general behavior of this function.

SEE ALSO:

, , .

EXAMPLES:

daFit <- daGauss(cholesterol, control = list(save = 101:500)) 
daFit$algorithm 
print(daFit$algorithm) 
print.da(daFit$algorithm)