add.gpData {synbreed} | R Documentation |
gpData
objectsFunction 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.
A gpData
object is returned containing gpData1
and gpData2
Hans-Juergen Auinger
## Not run: add.gpData(maize, maize) ## End(Not run)