TT.contour(soiltexture)
TT.contour()所属R语言包:soiltexture
Wrapper for the contour() function adapted to texture triangles.
适应质感的三角形包装轮廓()函数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A wrapper for the contour() function
轮廓()函数包装了
adapted to texture triangles (plot preparation).
适应到的纹理三角形(图准备)。
designed to plot the results of TT.mahalanobis() or
设计绘制的TT.mahalanobis()的结果或
TT.kde2d(), before or after plot.
TT.kde2d()之前或之后的图。
用法----------Usage----------
TT.contour(geo,
x,
add = FALSE,
tri.sum.tst = NULL,
tri.pos.tst = NULL,
text.tol = NULL,
unit.ps = NULL,
unit.tx = NULL,
b.lim = NULL,
l.lim = NULL,
main = NULL,
new.mar = NULL,
bg = NULL,
fg = NULL,
col = NULL,
cex.main = NULL,
lang = NULL,
nlevels = 10,
levels = NA,
labels = NULL,
xlim = NA,
ylim = NA,
zlim = NA,
labcex = 1,
drawlabels = TRUE,
method = "flattest",
axes = TRUE,
frame.plot = NA,
lty = NA,
lwd = NA,
blr.clock = NULL,
tlr.an = NULL,
blr.tx = NULL,
text.sum = NULL,
base.css.ps.lim = NULL,
...)
参数----------Arguments----------
参数:geo
参数:x
参数:add
参数:tri.sum.tst
参数:tri.pos.tst
参数:text.tol
参数:unit.ps
参数:unit.tx
参数:b.lim
参数:l.lim
参数:main
参数:new.mar
参数:bg
参数:fg
参数:col
参数:cex.main
参数:lang
参数:nlevels
参数:levels
参数:labels
参数:xlim
参数:ylim
参数:zlim
参数:labcex
参数:drawlabels
参数:method
参数:axes
参数:frame.plot
参数:lty
参数:lwd
参数:blr.clock
参数:tlr.an
参数:blr.tx
参数:text.sum
参数:base.css.ps.lim
参数:...
(作者)----------Author(s)----------
Julien MOEYS <jules_m78-soiltexture@yahoo.fr>, contributions from Wei Shangguan.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|