zostera: Zostera Dataset

Description Usage Format Source References Examples

Description

A sub-sample table of a large dataset of Zostera marina sampled in Brittany, France.

Usage

1
data("zostera")

Format

A data frame with 59 observations on the following 12 variables.

population

a character vector indicating the population

x

a character vector indicating the population

y

a character vector indicating the population

GA12

first locus

GA16

second locus

GA17D

third locus

GA17H

fourth locus

GA19

fifth locus

GA2

sixth locus

GA20

seventh locus

GA23

eighth locus

GA35

ninth allele of locus

Source

Becheler R, Benkara E, Moalic Y, Hily C, Arnaud-Haond S (2013)

Data from: Scaling of processes shaping the clonal dynamics and genetic mosaic of seagrasses through temporal genetic monitoring.

Dryad Digital Repository. doi: 10.5061/dryad.1vp70

References

Becheler R, Benkara E, Moalic Y, Hily C, Arnaud-Haond S (2013) Scaling of processes shaping the clonal dynamics and genetic mosaic of seagrasses through temporal genetic monitoring. Heredity 112(2): 114-121.

doi: 10.1038/hdy.2013.82

Examples

1
2
3
4
data(zostera)
popvec <- zostera[,1]
coord_zostera <- zostera[,2:3]
zostera <- convert_GC(zostera[,4:ncol(zostera)], 3)

dbailleul/RClone documentation built on May 17, 2021, 3:04 p.m.