toLatexTable: toLatexTable

Description Usage Arguments Methods (by class) Examples

View source: R/toLatexTable.R

Description

Use the toLatexTable function to create LaTeX tables from of a single spgraph or an spresults object.

Usage

1
2
3
4
5
6
7
toLatexTable(x, ...)

## S3 method for class 'spgraph'
toLatexTable(x, title = "", includeCommand = TRUE, ...)

## S3 method for class 'spresults'
toLatexTable(x, ...)

Arguments

x

The graph object

...

Additional arguments passed to getShortestPaths.spgraph

title

The Title of the latex table

includeCommand

Additional arguments passed to toLatexTable.spgraph

Methods (by class)

Examples

1
2
3
4
g <- randomGraph(6)
d <- dijkstra(g, "A", "F")

toLatexTable(d)

mhils/shortestpath documentation built on Dec. 17, 2020, 3:19 p.m.