##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (add53 = FALSE, add35 = FALSE, littleTicks = FALSE,
dp = NULL)
{
if (is.null(dp))
dp <- getClass("GenomeAxis")@prototype@dp
new("GenomeAxis", add53 = add53, add35 = add35, dp = dp)
}
Run the code above in your browser using DataLab