plot.GenomicHaplotype {genomic} | R Documentation |
Methods to plot and summaries genomic data
plot.GenomicHaplotype(a,extralabel,extramat)
a |
An object that constains a matrix d, and optionally a vector of locations |
extralabel |
A vector with length the same as number of rows of d which indicates the rows that will be coloured in the plot |
extramat |
A matrix of boolenas that shows which set of points to colour (provided that the value f d is 0). |
not return value
Ian J Wilson <I.J.Wilson@ncl.ac.uk
data(sim1) plot(sim1) ex <- c(rep(0,35),rep(1,3),rep(0,22)) plot(sim1,extralabel=ex)