writeINEST: Write genind object as INEST file

Description Usage Arguments Author(s) Examples

Description

Write genind object as INEST file

Usage

1
writeINEST(x, file, spatial = FALSE)

Arguments

x

genind object

file

Character vector. Path where file is written to.

spatial

Logical. If TRUE, spatial coordinates of samples will be written to file.

Author(s)

Roman Lustrik (roman.lustrik@biolitika.si)

Examples

1
2
3
4
library(adegenet)
data(nancycats)
writeINEST(nancycats, file = "inest_test.txt", spatial = FALSE)
unlink("inest_test.txt")

romunov/zvau documentation built on May 27, 2019, 1:50 p.m.