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 |
gdObject list to plot |
minBase |
Minimum base position to plot |
maxBase |
Maximum base position to plot |
vpPosition |
vpPosition |
... |
Ignored |