Calculate a density function and find the max point
计算密度函数,并找到最高点
用法----------Usage----------
maxDensity(x, n.pts = 2^14, minPoints=30)
参数----------Arguments----------
参数:x
a data vector
数据向量
参数:n.pts
Number of points to use in density estimation
点的数量,使用密度估计
参数:minPoints
Minimum number of data points to accept
接受的最低数据点的数量
Details
详情----------Details----------
This function finds the maximum of a density function. It is identical to the (unexported) max.density function in affy except that it returns an NA if the number of data points provided is less than minPoints
发现此功能密度函数的最大值。在affy(导出,)max.density功能,除了它返回NA是相同的,如果提供的数据点的数量比minPoints少