Compute Pearson correlation distance on the rows.

dcor(x, use = "pairwise", method = "pearson")

Arguments

x

matrix with numeric values.

use

argument passed down to cor().

method

method use for computing correlation (default: pearson).

Value

a dist object.

Examples

NULL
#> NULL