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.
1 2 3 4 5 | ### 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.