print.ctx3 {lfl} | R 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)
[Package lfl version 2.2.0 Index]