Description Usage Arguments Details Value See Also Examples
Convert output of ibs.pairwise.db for plotting using DNAtools package
1 | as.dbcompare(m)
|
m |
Matrix with the number of full/partial matches (output of |
Converts the matrix to a dbcompare
object for use with the plot function of the DNAtools
package.
Object of class dbcompare
(compatible with DNAtools
package)
ibs.pairwise.db
1 2 3 4 5 6 7 8 | data(freqsNLsgmplus)
db <- sample.profiles(N=10^3,freqs=freqsNLsgmplus)
M <- as.dbcompare(ibs.pairwise.db(db))
## Not run:
require(DNAtools)
plot(M)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.