simul.sample: Random samples from simulation.

Description Usage Format References Examples

Description

A table with x and y coordinates of 200 random samples in the simulated grid and a lineage information.

Usage

1
data(simulations)

Format

'simul.sample' is a data frame with 200 rows and 3 columns. Each row is a sample in the simulated grid. The column one and two are the x and y coordinates of each sample, respectively. The lineage to which each sample belongs is given in the third column.

References

Tarroso, P., Carvalho, S.B. & Velo-Anton, G. (2019). PHYLIN 2.0: Extending the phylogeographic interpolation method to include uncertainty and user-defined distance metrics. Molecular Ecology Resources, in press.

Examples

1
2
3
data(simulations)
# Plot all the samples with different symbols for each lineage.
plot(simul.sample[,1:2], pch=simul.sample[,3])

phylin documentation built on Dec. 12, 2019, 5:07 p.m.