找回密码
 注册
查看: 581|回复: 0

R语言 rminer包 vecplot()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 00:02:53 | 显示全部楼层 |阅读模式
vecplot(rminer)
vecplot()所属R语言包:rminer

                                         VEC plot function (to use in conjunction with Importance function).
                                         VEC plot函数(使用结合重要性函数)。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

VEC plot function (to use in conjunction with Importance function).
VEC plot函数(使用结合重要性函数)。


用法----------Usage----------


vecplot(I, graph = "VEC", leg = NULL, xval = 1, sort = FALSE, data = NULL,
digits = c(1, 1), TC = 1, intbar = NULL, lty = 1, pch = 19, col = NULL,
datacol = NULL, main = "", main2 = "", Grid = 0,
xlab = "", ylab = "", zlab = "",
levels = NULL, levels2 = NULL, showlevels = FALSE,
screen = list(z = 40, x = -60), zoom = 1)



参数----------Arguments----------

参数:I
the output list of the Importance function.
的输出列表Importance功能。


参数:graph
type of VEC graph:  
类型VEC图:

VEC – 1-D VEC curve;  
VEC -  1-D VEC曲线;

VEC3 – 2-D VEC surface;
VEC3 - 二-D VEC表面;

VECC – 2-D VEC contour;  
VECC - 二-D VEC轮廓;


参数:leg
see mgraph
看到mgraph


参数:xval
the attribute input index (e.g. 1), only used if graph="VEC" or (graph="VEC3" or "VECC"  and length(interactions)=1, see Importance). if a vector, then several VEC curves are plotted (in this case, x-axis is scaled).
属性输入指数(例如1),如果只使用graph="VEC"(graph="VEC3" or "VECC"和length(interactions)=1,看到Importance)。如果一个矢量,然后几个VEC曲线绘制(在这种情况下,x轴缩放)。


参数:sort
if factor inputs are sorted:  
如果投入要素的排序方式:

increasing – sorts the first attribute (if factor) according to the response values, increasing order;  
increasing - 根据响应值的第一个属性(如因子),递增的顺序进行排序;

decreasing – similar to increasing but uses reverse order;  
decreasing - increasing但用相反的顺序;

TRUE – similar to increasing;  
TRUE - 类似increasing;

increasing2 – sorts the second attribute (for graph="VEC3" or "VECC", if factor, according to the response values), increasing order;  
increasing2 - 第二属性(graph="VEC3" or "VECC",如果因子,根据响应值),递增的顺序进行排序;

decreasing2 – similar to increasing2 but uses reverse order;  
decreasing2 - increasing2但用相反的顺序;

FALSE – no sort is used;  
FALSE“ - 不使用排序;


参数:data
see mgraph
看到mgraph


参数:digits
see mgraph
看到mgraph


参数:TC
see mgraph
看到mgraph


参数:intbar
see mgraph
看到mgraph


参数:lty
see mgraph
看到mgraph


参数:pch
point type for the graph="VEC" curve, can be a vector if there are several VEC curve plots
点graph="VEC"曲线的类型,可以是一个向量,如果有几个的VEC曲线图


参数:col
color (e.g. "black", "grayrange", "white")
颜色(例如“黑”中,“grayrange”,“白”)


参数:datacol
color of the data histogram for graph="VEC"
颜色的数据直方图graph="VEC"


参数:main
see mgraph
看到mgraph


参数:main2
key title for graph="VECC"
关键的graph="VECC"


参数:Grid
see mgraph
看到mgraph


参数:xlab
x-axis label
X轴标签


参数:ylab
y-axis label
Y轴标签


参数:zlab
z-axis label
Z-轴标签


参数:levels
if x1 is factor you can choose the order of the levels to this argument
如果x1的因素,你可以选择顺序的水平这样的说法


参数:levels2
if x2 is factor you can choose the order of the levels to this argument
如果X2的因素,你可以选择顺序的水平这样的说法


参数:showlevels
if you want to show the factor levels in x1 or x2 axis in graph="VEC3":  
如果你想显示的因子水平在X1和X2轴graph="VEC3":

FALSE or TRUE – do not (do) show the levels in x1, x2 and z axis for factor variables;
FALSE或TRUE  - 不显示(办)x1,x2和因子变量Z轴的水平;

vector with 3 logical values -- if you want to show the levels in each of the x1, x2 or z axis for factor variables (e.g. c(FALSE,FALSE,TRUE) only shows for z-axis).
向量与3个逻辑值 - 如果你想显示的水平的x1,x2或因子变量Z轴(如:c(FALSE,FALSE,TRUE)只为z轴)的节目。


参数:screen
select the perspective angle of the VEC3 graph:  
选择VEC3图的透视角度的:

x – assumes list(z=0,x=-90,y=0);
x - 假定list(z=0,x=-90,y=0);

X – assumes list(x=-75);
X - 假定list(x=-75);

y – assumes list(z=0,x=-90,y=-90);
y - 假定list(z=0,x=-90,y=-90);

Y – assumes list(z=10,x=-90,y=-90);
Y - 假定list(z=10,x=-90,y=-90);

z – assumes list(z=0,x=0,y=0);
z - 假定list(z=0,x=0,y=0);

xy – assumes list(z=10,x=-90,y=-45);
xy - 假定list(z=10,x=-90,y=-45);

else you need to specify a list with z, x an y angles, see wireframe
否则,你需要指定一个列表,Z,x或y的角度,看到wireframe


参数:zoom
zoom of the wireframe (graph="VEC3")
变焦的线框(graph="VEC3")


Details

详细信息----------Details----------

For examples and references check: Importance
实例和参考检查:Importance


值----------Value----------

A VEC curve/surface/contour plot.
一个的VEC曲线/面/等高线图。


(作者)----------Author(s)----------



Paulo Cortez <a href="http://www3.dsi.uminho.pt/pcortez">http://www3.dsi.uminho.pt/pcortez</a>




参见----------See Also----------

Importance
Importance

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 01:51 , Processed in 0.020777 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表