TT.mahalanobis(soiltexture)
TT.mahalanobis()所属R语言包:soiltexture
Calculates the Mahalanobis distance between clay silt and sand.
计算粘土粉粒和砂粒之间的Mahalanobis距离。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function that calculated the Mahalanobis
函数计算马氏
distance between clay silt and sand, on a regular x-y grid
黏土质粉沙和沙之间的距离,一个普通的XY网格
(back-transformed to Clay silt and sand for Mahalanobis
(背转化为黏土质粉沙和沙马氏
calculation). The underlying function is mahalanobis() by
计算)。基本功能是马氏()
R Development Core Team (2009)
R发展的核心团队(2009年)
用法----------Usage----------
TT.mahalanobis(geo,
tri.data,
css.names = NULL,
text.tol = NULL,
text.sum = NULL,
blr.clock = NULL,
tri.sum.tst = NULL,
tri.pos.tst = NULL,
set.par = FALSE,
n = 25,
center = NULL,
cov.mat = NULL,
inverted = FALSE,
...,
alr = FALSE,
divisorvar = 2)
参数----------Arguments----------
参数:geo
参数:tri.data
参数:css.names
参数:text.tol
参数:text.sum
参数:blr.clock
参数:tri.sum.tst
参数:tri.pos.tst
参数:set.par
参数:n
参数:center
参数:cov.mat
参数:inverted
参数:...
参数:alr
参数:divisorvar
(作者)----------Author(s)----------
Julien MOEYS <jules_m78-soiltexture@yahoo.fr>, contributions from Wei Shangguan.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|