drawGD {GenomeGraphs}R Documentation

Generic called on each gdObject to do the plotting.

Description

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.

Usage

drawGD(gdObject, minBase, maxBase, vpPosition, ...)

Arguments

gdObject
minBase
maxBase
vpPosition
... Ignored

[Package GenomeGraphs version 1.0.1 Index]