opts_matrix {constructive}R Documentation

Constructive options for matrices

Description

Matrices are atomic vectors, lists, or objects of type "expression" with a "dim" attributes of length 2.

Usage

opts_matrix(constructor = c("matrix", "array", "next", "atomic"), ...)

Arguments

constructor

String. Name of the function used to construct the environment.

...

Should not be used. Forces passing arguments by name.

Details

Depending on constructor, we construct the environment as follows:

Value

An object of class <constructive_options/constructive_options_environment>


[Package constructive version 0.3.0 Index]