h.m: Format matrix into HTML table

Description Usage Arguments Details Value Author(s)

Description

Translates an R matrix into an HTML table.

Usage

1
h.m(x, digits = 3, nsmall = 2)

Arguments

x

A matrix

digits

Number of significant digits to be used in format

nsmall

The minimum number of digits to the right of the decimal point in formatting real/complex numbers in non-scientific formats.

Details

Converts any matrix rownames or colnames into row and column headers in the table.

Value

A character vector of length 1 containing code for an HTML table.

Author(s)

Bill Altermatt


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.