Learn R Programming

ADtools (version 0.5.4)

vec: Vectorisation

Description

Vectorisation

Usage

vec(x)

Arguments

x

A matrix.

Examples

Run this code
# NOT RUN {
A <- randn(3, 3)
vec(A)

# }

Run the code above in your browser using DataLab