little_tour(tourr)
little_tour()所属R语言包:tourr
A little tour path.
一点点的游览路径。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The little tour is a planned tour that travels between all axis parallel projections. (John McDonald named this type of tour.)
小游是一个计划的游览,所有轴的平行投影之间传播。 (约翰·麦克唐纳命名这种类型的旅游。)
用法----------Usage----------
little_tour(d = 2)
参数----------Arguments----------
参数:d
target dimensionality
目标维度
Details
详细信息----------Details----------
Usually, you will not call this function directly, but will pass it to a method that works with tour paths like animate, save_history or render.
通常情况下,你会调用这个函数不直接,但将它传递给一个方法,工程,旅游路径,如animate,save_history或render。
实例----------Examples----------
animate_xy(flea[, 1:6], little_tour())
animate_pcp(flea[, 1:6], little_tour(3))
animate_scatmat(flea[, 1:6], little_tour(3))
animate_pcp(flea[, 1:6], little_tour(4))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|