qgen: Generates a Table

Description Usage Arguments Details Value

Description

Creates a table with dimensions nrow x ncol using the given generator function.

Usage

1
2
3

Arguments

nrow

the number of rows that will be in the resulting matrix.

ncol

the number of columns that will be int the resulting matrix.

func

the function used to generate values.

Details

Generates a table (either a matrix or a dataframe), using the given generator function, passing any ... arguments to the generator function.

Value

a table generated with the given generator function.


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.