Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PrintMatrix

Print Matrix to file


Description

Print a matrix or a list of matrices to file

Usage

PrintMatrix(x, ...)

## Default S3 method:
PrintMatrix(x, output.file = "./matrix.csv", ...)

## S3 method for class 'list'
PrintMatrix(x, output.file = "./matrix.csv", ...)

Arguments

x

Matrix or list of matrices

...

Aditional parameters

output.file

Output file

Value

Prints coma separated matrices, with labels

Author(s)

Diogo Melo

Examples

## Not run: 
m.list <- RandomMatrix(10, 4)
PrintMatrix(m.list)
## End(Not run)

evolqg

Tools for Evolutionary Quantitative Genetics

v0.2-8
MIT + file LICENSE
Authors
Ana Paula Assis, Diogo Melo, Edgar Zanella, Fabio Andrade Machado, Guilherme Garcia
Initial release
2020-11-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.