exportGenAlEx: write a GenAlEx input file

View source: R/export_data.R

exportGenAlExR Documentation

write a GenAlEx input file

Description

write a GenAlEx input file

Usage

exportGenAlEx(
  x,
  filename,
  pops = NULL,
  loci = NULL,
  title = "",
  useNames = TRUE
)

Arguments

x

an EFGLdata object

filename

the name of the file to write

pops

a vector of pops to include. If not specified, all pops are used.

loci

a vector of loci to include. If not specified, all loci are used.

title

a string to use as the "title" row

useNames

TRUE to use samples names, FALSE to replace with unique numerical identifiers

Value

nothing, just writes a file


delomast/EFGLmh documentation built on June 1, 2024, 6:55 a.m.