matrix2char {hgwrr}R Documentation

Convert a numeric matrix to character matrix according to a format string.

Description

Convert a numeric matrix to character matrix according to a format string.

Usage

matrix2char(m, fmt = "%.6f")

Arguments

m

A numeric matrix.

fmt

Format string. Passing to base::sprintf().

See Also

base::sprintf(), print.hgwrm(), print.summary.hgwrm().


[Package hgwrr version 0.3-0 Index]