Learn R Programming

mateable (version 0.3.1)

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

Description

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

Arguments

References

Background: http://echinaceaProject.org/

Examples

Run this code
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(eelr2012)
ee <- makeScene(eelr2012, FALSE, "firstDay", "lastDay", "Ecoord", "Ncoord", idCol = "tagNo")

Run the code above in your browser using DataLab