Learn R Programming

pctax (version 0.1.1)

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)

Value

dist

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.