Learn R Programming

QuantumOps (version 3.0.1)

colv: colv

Description

Returns a column vector

Usage

colv(...)

Arguments

...

Variable number of numbers representing the values in the column vector

Value

Column vector containing input arguments

Examples

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

Run the code above in your browser using DataLab