print.tfl(zipfR)
print.tfl()所属R语言包:zipfR
Printing Type Frequency Lists (zipfR)
印刷型频率列表(zipfR)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Implementations of the print and summary methods for type frequency list objects (of class tfl).
实现print和summary方法的类型频率“列表中的对象(类tfl)。
用法----------Usage----------
## S3 method for class 'tfl'
print(x, all=FALSE, ...)
## S3 method for class 'tfl'
summary(object, ...)
参数----------Arguments----------
参数:x, object
an object of class tfl, representing a type frequency list
一个对象的类tfl,代表一个类型的频率表
参数:all
if FALSE, only the twenty most frequent types will be shown (default)
FALSE如果,只有20个最常见的类型将被显示(默认)
参数:...
other arguments passed on from generic method will be ignored
从泛型方法传递的参数将被忽略
Details
详细信息----------Details----------
NB: implementation details and format of the summary are subject to change in future releases
NB:实施细节和形式的总结是在将来的版本中如有变更,
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.
print.tfl标准print数据框的方法的工作原理类似,但提供了额外的信息N和V。除非all设置为TRUE,只有20个最常见的类型会显示。
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).
summary.tfl的最重要的信息的类型频率列表给出了一个简明的总结。除了显示NV,概要还表示该表是否不完整的类型表示的例子(如果存在的话)。
值----------Value----------
NULL
NULL
Unlike other implementations of the summary method, summary.tfl only prints a summary on screen and does not return a special "summary" object.
与其他实现summary方法,summary.tfl只打印在屏幕上的一个总结,不返回一个特殊的“总结”的对象。
参见----------See Also----------
See the tfl manpage for details on tfl objects.
tfl对象的详细信息,请参阅“tfl的联机帮助页。
实例----------Examples----------
## load Brown tfl[#负载布朗TFL]
data(Brown.tfl)
## summary and print most frequent types[总结和印刷最常见的类型]
summary(Brown.tfl)
print(Brown.tfl)
## the whole type list (don't try[#类型“列表中(不要尝试]
## this unless you have some time to[#这一点,除非你有一段时间]
## spare)[#备用)]
## Not run: print(Brown.tfl,all=TRUE)[#不执行打印(Brown.tfl,所有= TRUE)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|