Last chance! 50% off unlimited learning
Sale ends in
popn
object.# S3 method for popn
plot(x, add = FALSE, frame = TRUE,
circles = NULL, ...)
popn
eqscplot
and points
or
symbols
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).popn
, sim.popn
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)
Run the code above in your browser using DataLab