Learn R Programming

UAHDataScienceSF (version 1.0.0)

drawVector: Draw Vector Function

Description

This function prints all the elements of a vector

Usage

drawVector(buffer)

Value

No return value, prints to screen

Arguments

buffer

A vector of elements to be printed

Examples

Run this code
if (FALSE) {
data <- c(1:12)
drawVector(data)
}

Run the code above in your browser using DataLab