plot.popn {secr}R Documentation

Plot popn Object

Description

Display animal locations from a popn object.

Usage

## S3 method for class 'popn':
plot(x, add = FALSE, frame = TRUE, ...)

Arguments

x object of class popn
add logical to add points to an existing plot
frame logical to add frame within which points were simulated
... arguments passed to eqscplot and points

Author(s)

Murray Efford murray.efford@otago.ac.nz

See Also

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')


[Package secr version 1.3.0 Index]