print.ctx3 | R Documentation |
Format an object of the ctx3()
, ctx5()
, ctx3bilat()
and the ctx5bilat()
class into human readable form and print it to the output.
## 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, ...)
x |
A linguistic context to be printed |
... |
Unused. |
Nothing.
Michal Burda
ctx3()
, ctx5()
, ctx3bilat()
, ctx5bilat()
, minmax()
context <- ctx3()
print(context)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.