hist(sampSurf)
hist()所属R语言包:sampSurf
Histogram of Various Object Attributes in Package sampSurf
包装sampSurf的各种对象中的属性的直方图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Several different classes have methods for generating histograms of one or more of their class attributes. The different methods are described in hist-methods. They all extend R's graphics::hist generic, and so allow all of the arguments that it does. In addition, some of the methods have other new
几个不同的类生成的类属性中的一个或多个直方图的方法。不同的方法被描述在hist-methods。它们都继承R的图形::hist通用的,所以让所有的,它的参数。此外,一些其他的方法有新
Details
详细信息----------Details----------
The different attributes of each class that are plotted are described in hist-methods. Not all classes have a hist method, so it is also advisable to check which ones do, and what extra arguments might be available. For example, one can render a distribution of any number of different components of downLog attributes in a downLogs container collection.
的不同属性,每个类都绘制在hist-methods。并非所有的类都有一个hist方法,所以也最好要检查哪些做的,什么样的额外的参数可能。例如,一个可以呈现分布downLog在downLogs容器回收的属性的任何数量的不同的组件。
值----------Value----------
The same as is returned in the graphics::hist generic.
一样是在图形::hist通用返回。
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
See methods and graphics::hist for details.
看到的方法和的图形::hist细节。
实例----------Examples----------
dlogs = downLogs(20)
hist(dlogs, logAttr='logVol')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|