plotPairwiseDistances: Plot pairwise distances using distanace matrices

View source: R/plotPairwiseDistances.R

plotPairwiseDistancesR Documentation

Plot pairwise distances using distanace matrices

Description

Plot pairwise distances using distanace matrices

Usage

plotPairwiseDistances(
  matDistX = NULL,
  matDistY = NULL,
  matDistXLab = "Genetic distance",
  matDistYLab = "Chemical distance"
)

Arguments

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


pablosanchezmart/TrEvol documentation built on April 23, 2024, 4:05 p.m.