Learn R Programming

lfl (version 2.2.0)

print.ctx3: Print the linguistic context

Description

Format an object of the ctx3(), ctx5(), ctx3bilat() and the ctx5bilat() class into human readable form and print it to the output.

Usage

# S3 method for ctx3
print(x, ...)

# S3 method for ctx5 print(x, ...)

# S3 method for ctx3bilat print(x, ...)

# S3 method for ctx5bilat print(x, ...)

Value

Nothing.

Arguments

x

A linguistic context to be printed

...

Unused.

Author

Michal Burda

See Also

ctx3(), ctx5(), ctx3bilat(), ctx5bilat(), minmax()

Examples

Run this code

  context <- ctx3()
  print(context)

Run the code above in your browser using DataLab