Description Usage Arguments Details Value See Also Examples
Implementations of the print
and summary
methods for type frequency list objects (of class tfl
).
1 2 3 4 5 |
x, object |
an object of class |
all |
if |
... |
other arguments passed on from generic method will be ignored |
NB: implementation details and format of the summary are subject to change in future releases
print.tfl
works similar to the standard print
method for
data frames, but provides additional information about N and
V. Unless all
is set to TRUE
, only the twenty
most frequent types will be shown.
summary.tfl
gives a concise summary of the most important
information about the type frequency list. In addition to showing
N V, the summary also indicates whether the list is
incomplete and shows examples of type representations (if present).
NULL
Unlike other implementations of the summary
method,
summary.tfl
only prints a summary on screen and does not return
a special "summary" object.
See the tfl
manpage for details on tfl
objects.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.