pander.matrix {pander}R Documentation

Pander method for matrix class

Description

Prints a matrix object in Pandoc's markdown.

Usage

## S3 method for class 'matrix'
pander(x, caption = attr(x, "caption"), ...)

Arguments

x

a matrix object

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function


[Package pander version 0.6.5 Index]