Learn R Programming

PopGenHelpR (version 1.4.0)

HornedLizard_Pop: A population assignment data frame to be used in Heterozygosity and Differentiation.

Description

Data frame containing 4 columns and 72 rows

Usage

data(HornedLizard_Pop)

Arguments

Format

A data frame with 4 columns and 72 rows:

Sample

Sample Name

Population

Population assignment according to sNMF results (see citation)

Longitude

Longitude

Latitude

Latitude

...

Examples

Run this code
 # \donttest{
data("HornedLizard_Pop")
data("HornedLizard_VCF")
Test <- Differentiation(data = HornedLizard_VCF, pops = HornedLizard_Pop, write = FALSE)# }


Run the code above in your browser using DataLab