create_random_matrix: create_random_matrix

Description Usage Arguments Value Author(s) See Also Examples

View source: R/create_random_matrix.r

Description

This function calculates depth in meters from pressure in decibars using Saunders and Fofonoff's method

Usage

1
create_random_matrix(the.nrow = 10, the.ncol = 2, the.range = 1:50)

Arguments

the.nrow

= desired number of rows (default is 5)

the.ncol

= desired number of columns (default is 5)

the.range

= the range of values to use (default is 1:100)

Value

matrix of integers with the specified dimensions

Author(s)

Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca

See Also

Other random data: createTS

Examples

1
create.random.matrix(the.nrow=10, the.ncol=20, the.range=0:9)

AtlanticR/bio.utilities documentation built on June 21, 2020, 7:43 p.m.