plot3DQtile(simsem)
plot3DQtile()所属R语言包:simsem
Build a persepctive plot or contour plot of a quantile of predicted values
建立一个角度去看图或等高线图的预测值的位数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Build a persepctive plot or contour plot of a quantile of predicted values
建立一个角度去看图或等高线图的预测值的位数
用法----------Usage----------
plot3DQtile(x, y, z, df=0, qtile=0.5, useContour=TRUE, xlab=NULL,
ylab=NULL, zlab=NULL, main=NULL)
参数----------Arguments----------
参数:x
The values of the first variable (e.g., a vector of sample size)
第一个变量的值(例如,样本大小的矢量)
参数:y
The values of the second variable (e.g., a vector of percent missing)
第二个变量的值(例如,%缺失的向量)
参数:z
The values of the dependent variable
因变量的值
参数:df
The degree of freedom in spline method
在样条方法的自由度
参数:qtile
The quantile values used to plot a graph
用于绘制图形的点数值
参数:useContour
If TRUE, use contour plot. If FALSE, use perspective plot.
如果TRUE,使用等高线图。如果FALSE,用透视图。
参数:xlab
The labels of x-axis
的x-轴的标签
参数:ylab
The labels of y-axis
y-轴的标签
参数:zlab
The labels of z-axis
的z轴的标签
参数:main
The title of the graph
图形的标题
值----------Value----------
None. This function will plot only.
无。此功能将绘制。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; psunthud@ku.edu)
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|