seqinfo(sdtoolkit)
seqinfo()所属R语言包:sdtoolkit
Display Box Sequence Information
展示盒序列信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function takes a box sequence as output by sdprim, and prints it nicely to the screen, and also to a text file if desired.
功能输出sdprim,需要box序列,并打印它很好地在屏幕上,和到一个文本文件,如果需要的话。
用法----------Usage----------
seqinfo(box.seq, outfile = NA)
参数----------Arguments----------
参数:box.seq
A box sequence object as output by sdprim.
一箱序列对象作为sdprim的输出。
参数:outfile
A character specifying a filename for outputting a copy of the printed display. The default NA argument will not output a file.
一个字符指定一个文件名,用于输出的印刷显示的副本。默认NA参数不会输出文件。
值----------Value----------
Nothing of value returned, but outputs text to screen, and also to the text file specified in outfile.
什么值钱的东西回来了,但输出文字到屏幕,并到指定的文本文件中outfile。
(作者)----------Author(s)----------
Benjamin P. Bryant, <a href="mailto:bryant@prgs.edu">bryant@prgs.edu</a>
参见----------See Also----------
sdprim, dimplot
sdprim,dimplot
实例----------Examples----------
#Load an example box sequence for demonstration:[加载box序列的例子作示范:]
data(exboxes)
#Display information about the box sequence:[显示box序列的信息:]
seqinfo(exboxes)
#Display info, and also print it out:[显示信息,同时也把它打印出来:]
seqinfo(exboxes, outfile="demofile.txt")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|