Usage
plot3DScene(scene, dimension = "auto", sub = NULL, N = 3, ycoord = "northing", xcoord = "easting", pch = 19, pt.cex = 0.7, text.cex = 0.7, mt1 = "F", mt2 = "M", ...)
Arguments
scene
a matingScene object
dimension
what dimension(s) of the mating scene should be visualized. Possible dimensions are 't' for temporal, 's' for spatial, 'mt' for mating type, and 'auto' (the default). For dimension = 'auto', all dimensions represented in the mating scene object will be plotted.
sub
a subset of the population to plot; either a character indicating whether to subset a random sample (sub='random'), all individuals (sub='all'), or a vector containing the IDs of the individuals to subset.
N
if sub = 'random', the number of individuals to sample (default N = 3)
ycoord
y-axis coordinate system label
xcoord
x-axis coordinate system label
pch
point type, defaults to pch = 19, solid filled in circle. If pch = NULL, individuals will be labeled by their id.
pt.cex
specify point expansion factor (point size relative to device default)
text.cex
specify text expansion factor (text size relative to device default)
mt1
label for mating type '1', if dioecious; defaults to 'F'
mt2
label for mating type '2', if dioecious; defaults to 'M'
...
optional arguments for the plot function