add.gpData {synbreed} | R Documentation |
gpData
objects
Function for joining two gpData
objects
add.gpData(gpData1, gpData2)
gpData1 |
A |
gpData2 |
Second |
The function writes a vcf-file. The format of the output is "GT". Other formats are not supported.
It is returned a gpData
object, which contains gpData1
and gpData2
Hans-Juergen Auinger
## Not run: add.gpData(maize, maize)