as.dist.b_dist: Transfer b_dist to dist
Description
Transfer b_dist to dist
Usage
# S3 method for b_dist
as.dist(m, diag = FALSE, upper = FALSE)
Arguments
- m
a b_dist object
- diag
logical value indicating whether the diagonal of the distance matrix should be printed by print.dist
.
- upper
logical value indicating whether the upper triangle of the distance matrix should be printed by print.dist
.