Learn R Programming

lfl (version 2.1.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, ...)

Arguments

x

A linguistic context to be printed

...

Unused.

Value

Nothing.

See Also

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

Examples

Run this code
# NOT RUN {
  context <- ctx3()
  print(context)

# }

Run the code above in your browser using DataLab