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
|
name |
A string indicating the name of the txt file. Defaults to
|
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]