Learn R Programming

QuantumOps (version 3.0.1)

mm: mm

Description

Returns a matrix containing the specified elements. Values are input column-wise. Used for convenient shorthand creation of matrices

Usage

mm(...)

Arguments

...

Variable number of numbers representing the values in the matrix

Value

Matrix containing the values of the inputs

Examples

Run this code
# NOT RUN {
 mm(1,0,1,2)
# }

Run the code above in your browser using DataLab