drawGD {GenomeGraphs} | R Documentation |
This generic gets called on each of the gdObjects (obviously the generic is implemented by a method for each object) and thus if a user wishes to implement new gdObjects they need to have access to this generic.
drawGD(gdObject, minBase, maxBase, vpPosition, ...)
gdObject |
|
minBase |
|
maxBase |
|
vpPosition |
|
... |
Ignored |