display_ggobi(tourr)
display_ggobi()所属R语言包:tourr
Display tour path with ggobi
显示游览路径ggobi
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Use ggobi to display a 2D tour.
使用ggobi,显示2D旅游。
用法----------Usage----------
display_ggobi()
animate_ggobi(data, tour_path = grand_tour(), ...)
参数----------Arguments----------
参数:...
other arguments passed on to animate
其他参数传递给animate
参数:data
matrix, or data frame containing numeric columns
矩阵或数据框中包含数字的列
参数:tour_path
tour path generator, defaults to 2d grand tour
发电机游览路径,默认为二维盛大旅游
实例----------Examples----------
## Not run: [#不运行:]
animate_ggobi(flea[, 1:6])
# Spelling things out explicitly[拼写明确]
animate(flea[, 1:6], grand_tour(), display_ggobi())
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|