Learn R Programming

ChoR (version 0.0-4)

print.chordalysis: 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 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.