dependence_tour(tourr)
dependence_tour()所属R语言包:tourr
A dependence tour path.
的依赖性,游览路径。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The dependence tour combines a set of independent 1d tours to produce a nd tour. For the special case of 2d, this is known as a correlation tour. This tour corresponds to the multivariate method known as generalised canonical correlation, and is used to investigate dependence between groups of variables.
的依赖之旅一套独立的一维旅游相结合产生第二之旅。 2D的特殊情况,这就是所谓的相关性旅游。旅游对应的的多元方法被称为广义正相关,与调查组变量之间的依赖关系。
用法----------Usage----------
dependence_tour(pos)
参数----------Arguments----------
参数:pos
a numeric vector describing which variables are mapped to which dimensions: 1 corresponds to first, 2 to second etc.
一个数值向量描述的变量映射到尺寸:1对应于第一,第二等
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:3], dependence_tour(c(1, 2, 2)))
animate_xy(flea[, 1:4], dependence_tour(c(1, 2, 1, 2)))
animate_pcp(flea[, 1:6], dependence_tour(c(1, 2, 3, 2, 1, 3)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|