random_matrix: Generate a random matrix.

Description Usage Arguments

View source: R/generate.R

Description

A random matrix needs three random things... A random width, a random height, and a random data data should be a random assortment of integers, doubles, logicals, or characters, with all of them being the same class. Because there are so many possible matricies, it seems easier to generate them on demand rather than preallocate all possible matricies into default_objects(). We will then populate some random matricies onto default_objects() for later use.

Usage

1

Arguments

objects

list. The object frame to start from.


peterhurford/checkr documentation built on May 25, 2019, 1:50 a.m.