## S3 method for class 'svmpath'print(x, digits, maxsteps,...)
Arguments
x: object to be printed
digits: number of significant digits (default 6)
maxsteps: the number of steps to print; default all
...: additional arguments to the generic print function
Returns
For each step taken by the algorithm, one or more lines are printed. The step is described in terms of the observation number involved, a coded version of what happened, such as "L->E" meaning "from the Left set" to the "Elbow". Initially all the sets are empty. It gives the margin (sum of the xi), the size of the elbow, and the training error.