plot-methods {htSeqTools} | R Documentation |
Methods for function plot
in Package ‘htSeqTools’
signature(x = "cmdsFit")
Produces a Multi-Dimensional scaling plot. See cmds
for details.
signature(x = "gridCover")
Plots the average coverage for each point in the grid. See
gridCover
for details.
### Not run #d <- matrix(c(0,5,10,5,0,15,10,15,0),byrow=TRUE,ncol=3) #rownames(d) <- colnames(d) <- letters[1:3] #fit1 <- cmdsFit(d,add=TRUE) #plot(fit1)