make.classes(topmodel)
make.classes()所属R语言包:topmodel
make topographic index classes from a topographic index map
地形指数类地形指数图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function splits a dataset in n evenly distributed classes and calculates the number of elements of each class. It is very similar to hist(), but hist() does not always keep the number of breaks requested
此功能分割的数据集在n均匀分布的类,并计算每个类的元素的数量。它是非常相似hist()的,但hist()不始终保持中断请求的数量
用法----------Usage----------
make.classes(array,n)
参数----------Arguments----------
参数:array
A numeric vector or matrix
一个数值向量或矩阵
参数:n
Number of breaks
截断数
值----------Value----------
The function returns a data matrix with 2 columns. Column breaks contains the upper limits of each class, while counts contains the number of elements
该函数返回一个数据矩阵,2列。列breaks包含每个类的上限,而counts包含的元素数
(作者)----------Author(s)----------
Wouter Buytaert, Imperial College London
参见----------See Also----------
topidx, topmodel
topidx,topmodel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|