panel.lm(Momocs)
panel.lm()所属R语言包:Momocs
Calculates and plots confidence ellipses.
计算和绘图置信椭圆。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a set of (x; y) coordinates, calculates confidence ellipses and plots them.
给定一组(x; y)坐标,计算置信椭圆并绘制它们。
用法----------Usage----------
panel.lm(x, y, r = 1, col = "black", lwd = 1, lty = 1)
参数----------Arguments----------
参数:x
a vector of numeric x coordinates
一个向量的数值x坐标
参数:y
a vector of numeric y coordinates
一个向量的数值y坐标
参数:r
a numeric indicating the number of standard deviations to calculates confidence ellipses
一个数字表示数的标准偏差计算置信椭圆
参数:col
codeinteger or a character indicating the color of the ellipses to draw
codeinteger或字符表示的椭圆的颜色绘制
参数:lwd
a numeric indicating the lwd to use when drawing ellipses
一个数字表明LWD使用时绘制椭圆
参数:lty
codeinteger indicating the lty to use when drawing ellipses
codeinteger指示的的LTY使用时绘制椭圆
实例----------Examples----------
plot(x <- rnorm(50), y <- rnorm(50))
panel.lm(x,y)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|