export.table {affinitymatrix}R Documentation

Export an affinitymatrix table

Description

The function stores a LaTeX style table in a txt file.

Usage

export.table(tabular, name = "table", path = getwd())

Arguments

tabular

A long string corresponding to the output of show.affinity.matrix, show.diagonal or show.test, or one of the two elements of show.saliency (U.table or V.table).

name

A string indicating the name of the txt file. Defaults to "affinity_matrix".

path

A string indicating the path where to save the txt file. Defaults to current path.

Value

The function stores a long string in LaTeX style that can be processed in the standard LaTeX tabular environment in a txt file in located in path.


[Package affinitymatrix version 0.1.0 Index]