Learn R Programming

RClone (version 1.0.3)

zostera: Zostera Dataset

Description

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

Usage

data("zostera")

Arguments

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

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.

10.1038/hdy.2013.82

Examples

Run this code
# NOT RUN {
data(zostera)
popvec <- zostera[,1]
coord_zostera <- zostera[,2:3]
zostera <- convert_GC(zostera[,4:ncol(zostera)], 3)
# }

Run the code above in your browser using DataLab