print.chordalysis {ChoR}R Documentation

Gives a string representation of the model.

Description

Create a String representation of a model, compatible with the formula interface, e.g. "~a*b*c+...+e*f*g".

Usage

## S3 method for class 'chordalysis'
print(x, ...)

Arguments

x

A "Chordalysis" model, obtained by a call to a ChoR function.

...

Unused argument, here for S3 consistency

Value

A String representation of the model.


[Package ChoR version 0.0-4 Index]