rnt: Generate a random number table

Description Usage Arguments Details Value Author(s) Examples

Description

Generate a matrix of random numbers, with optional row and column name prefixes

Usage

1
2
3
rnt(min = 0, max = 30, by = 1, 
    nrow = 10, ncol = 10, 
    rowpref = "T", colpref = "Q")

Arguments

min

The minimum random number

max

The maximum random number

by

The "step size" when generating random numbers

nrow

Number of rows

ncol

Number of columns

rowpref

Row prefix. "T" for "Transect" by default.

colpref

Column prefix. "Q" for "Quadrat" by defualt.

Details

TDDO

Value

Returns a matrix, with helpfully labelled columns and rows.

Author(s)

Daniel Pritchard

Examples

1
rnt()

dpritchard/takiwaR documentation built on May 15, 2019, 1:50 p.m.