lines.verify(verification)
lines.verify()所属R语言包:verification
Add lines to ROC or attribute diagrams
添加行号或属性图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Add lines to attribute and verification diagrams from verify.prob.bin objects.
线verify.prob.bin对象的属性和验证图。
用法----------Usage----------
## S3 method for class 'roc'
lines(x,binormal = FALSE, ...)
## S3 method for class 'attrib'
lines(x,...)
参数----------Arguments----------
参数:x
An object created by the verify function with the prob.bin class
创建的对象的验证功能的prob.bin类
参数:binormal
Logical value indicating whether the lines to be added to a ROC plot are empirical or a binormal fit.
逻辑值,该值指示是否行被添加到一个ROC曲线是经验或副法线适合。
参数:...
Optional arguments for the lines function. These include color, line weight (ltw) and line stype (lty)
线功能的可选参数。这些措施包括颜色,线条粗细(LTW)和线STYPE的(LTY)
注意----------Note----------
This will soon be replaced the a lines command constructed using S4 class properites.
这将很快取代了一句台词命令使用S4类的物理性能。
(作者)----------Author(s)----------
Matt Pocernich <pocernic@rap.ucar.edu>
参见----------See Also----------
verify
verify
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|