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

Description Author(s) References Examples

Description

This package faciltates 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: http://echinaceaProject.org/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
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")

danhan52/mateable documentation built on May 14, 2019, 3:35 p.m.