gen_path_mat: Generate path matrix from data file

Description Usage Arguments Value Examples

View source: R/gen_path_mat.R

Description

Helper function to generate an empty similarity matrix based on header of individual data file

Usage

1

Arguments

x

The data file

diag

Whether diagonal elements should exist

Value

Empty matrix with named rows and columns corresponding to individual data files

Examples

1
gen_path_mat(data.frame(V1 = rnorm(10, 0, 1), V2 = rnorm(10, 0, 1)))

gimmeTools documentation built on May 1, 2019, 11:32 p.m.