View source: R/plotPairwiseDistances.R
plotPairwiseDistances | R Documentation |
Plot pairwise distances using distanace matrices
plotPairwiseDistances(
matDistX = NULL,
matDistY = NULL,
matDistXLab = "Genetic distance",
matDistYLab = "Chemical distance"
)
matDistX |
(matrix) First distance matrix, distances will be displayed in the X axis. |
matDistY |
(matrix) Second distance matrix, distances will be displayed in the Y axis. |
matDistXLab |
(character) X axis label |
matDistYLab |
(character) Y axis label |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.