heatmap_matrix: Get the similarity matrix

Description Usage Arguments

View source: R/functions.R

Description

A similarity matrix based on cosine similarity

Usage

1
2
heatmap_matrix(x_axis_lodf, y_axis_lodf, x_label = "X", y_label = "Y",
  report = TRUE)

Arguments

x_axis_lodf

a list of data frames. The first column is for the terms, the second for the value(relevance)

y_axis_lodf

a list of data frames. The first column is for the terms, the second for the value(relevance)

x_label

default to "X". a name for the values in the X axis

y_label

default to "Y". a name for the values in the Y axis

report

default to TRUE. whether to save the similarity matrix as .csv file


cristianmejia00/heatmaps3 documentation built on May 24, 2019, 3:07 a.m.