Distance.data_covid: Basic description

Description Usage Arguments Value See Also Examples

View source: R/Distance.data_covid.R

Description

Given the starting point, ending point and weight function, and this function returns the distance matrix

Usage

1
Distance.data_covid(Data,n1,n2,fun.dist)

Arguments

Data

input data

n1

starting point/node

n2

ending point/node

fun.dist

weight function (Euclidean, lnorm, or may be defined by the reader)

Value

distance matrix - depends upon weight function what kind of distance it returns

See Also

Hpath_covid

Examples

1
# See Hpath_covid example.

Meiqian-Chen/GraphCpClust documentation built on April 27, 2021, 10:40 a.m.