mateable-package: Tools to simulate, manage, visualize, and jointly analyze...

mateable-packageR Documentation

Tools to simulate, manage, visualize, and jointly analyze spatially and temporally explicit datasets of mating potential

Description

This package facilitates the investigation of three dimensions of mating potential. It provides a method for simulating populations and includes a dataset.

Author(s)

Stuart Wagenius, Danny Hanson, Amy Waananen

References

Background: https://echinaceaProject.org/

Examples

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


mateable documentation built on Feb. 16, 2023, 9:42 p.m.