add.gpData {synbreed}R Documentation

Join two gpData objects

Description

Function for joining two gpData objects

Usage

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

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

[Package synbreed version 0.12-12 Index]