wiki.tbl {bio3d}R Documentation

Wiki Table

Description

Print a matrix as a Wiki formatted table.

Usage

wiki.tbl(mat)

Arguments

mat a matrix for printing.

Details

This function prints a basic wiki formatted table from a given matrix ‘mat’.

Value

Called for its effect.

Author(s)

Barry Grant

References

Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.

Examples

data(USArrests)
wiki.tbl(USArrests)
# paste output into your PBWIKI

[Package bio3d version 1.0-5 Index]