plotHilbertCurve(HilbertVis)
plotHilbertCurve()所属R语言包:HilbertVis
Plotting the Hilbert curve (for demonstation purposes).
绘制Hilbert曲线(为demonstation目的)。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots the Hilbert curve fractal at a chosen iteration level in order to give you an impression how it looks like.
这个函数曲线的分形Hilbert曲线在顺序选择迭代水平给你一个印象,它的样子。
用法----------Usage----------
plotHilbertCurve( lv, new.page = TRUE )
参数----------Arguments----------
参数:lv
The iteration level. A Hilbert curve of level lv spans a square with side length 2^lv (coordinates ranging from 0 to 2^lv-1) and has 4^lv points. Values lv > 7 will take very long and yield a cluttered mesh of indistuingishable lines.
迭代的水平。 Hilbert曲线的水平lv跨越一个边长的正方形2^lv(坐标范围从0到2^lv-1)4^lv点。值lv > 7将需要很长时间,并产生杂乱indistuingishable线网。
参数:new.page
Boolean indicating whether to start a new graphics page (default: yes).
布尔值,指示是否启动一个新的图形页面(默认:yes)。
值----------Value----------
An invisble NULL is returned. Furthermore, a plot is created.
一个invisble则返回NULL。此外,有一个图是创建。
作者(S)----------Author(s)----------
Simon Anders, EMBL-EBI, <a href="mailto:sanders@fs.tum.de">sanders@fs.tum.de</a>
参见----------See Also----------
hilbertCurve
hilbertCurve
举例----------Examples----------
plotHilbertCurve( 3 )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|