add.gpData: Join two 'gpData' objects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Function for joining two gpData objects

Usage

1
add.gpData(gpData1, gpData2)

Arguments

gpData1

A gpData object with at least elements geno and map

gpData2

Second gpData object with at least elements geno and map

Details

The function writes a vcf-file. The format of the output is "GT". Other formats are not supported.

Value

It is returned a gpData object, which contains gpData1 and gpData2

Author(s)

Hans-Juergen Auinger

See Also

create.gpData codeGeno

Examples

1
## Not run: add.gpData(maize, maize)

synbreed documentation built on May 2, 2019, 3:23 a.m.