print.ctx: Print the linguistic context

print.ctx3R Documentation

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 class 'ctx3'
print(x, ...)

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

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

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

Arguments

x

A linguistic context to be printed

...

Unused.

Value

Nothing.

Author(s)

Michal Burda

See Also

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

Examples


  context <- ctx3()
  print(context)


lfl documentation built on Sept. 8, 2022, 5:08 p.m.