mateable-package {mateable} | R Documentation |
This package facilitates the investigation of three dimensions of mating potential. It provides a method for simulating populations and includes a dataset.
Stuart Wagenius, Danny Hanson, Amy Waananen
Background: https://echinaceaProject.org/
library(mateable)
pop <- simulateScene()
pop
plotScene(pop)
plotScene(pop, "t")
plot3DScene(pop)
sync <- synchrony(pop, "augs")
prox <- proximity(pop, "maxPropSqrd")
plotPotential(sync)
plotPotential(prox, "ind")
str(ech2012)
ee <- makeScene(ech2012, FALSE, "firstDay", "lastDay", "Ecoord", "Ncoord", idCol = "tagNo")