plot.popn(secr)
plot.popn()所属R语言包:secr
Plot popn Object
图popn对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Display animal locations from a popn object.
从popn对象,显示动物的位置。
用法----------Usage----------
## S3 method for class 'popn'
plot(x, add = FALSE, frame = TRUE,
circles = NULL, ...)
参数----------Arguments----------
参数:x
object of class popn
对象的类popn
参数:add
logical to add points to an existing plot
逻辑现有的图加点
参数:frame
logical to add frame or polygon within which points were simulated
逻辑框架或多边形内的点进行了模拟
参数:circles
vector giving the radii if circles are to be plotted
矢量界半径,如果要绘制
参数:...
arguments passed to eqscplot and points or symbols
参数传递给eqscplot和points或symbols
Details
详细信息----------Details----------
If circles is provided then a circle of the given radius is plotted for each animal using the symbols function. The arguments fg and bg may be used to control the colour of the perimeter and the fill of each circle (see Examples).
如果circles提供每个动物symbols使用函数,然后绘制一个圆的半径。的参数fg和bg可用于控制颜色的周长和填充每个圆圈(见例)。
参见----------See Also----------
popn, sim.popn
popn,sim.popn
实例----------Examples----------
temppopn <- sim.popn(D = 5, expand.grid(
x = c(0,100), y = c(0,100)))
plot(temppopn, pch = 16, col = "blue")
plot(temppopn, circles = 20, bg = "tan", fg =
"white")
plot(temppopn, pch = 16, cex = 0.5, add = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|