drawVector {UAHDataScienceSF}R Documentation

Draw Vector Function

Description

This function prints all the elements of a vector

Usage

drawVector(buffer)

Arguments

buffer

A vector of elements to be printed

Value

No return value, prints to screen

Examples

## Not run: 
data <- c(1:12)
drawVector(data)

## End(Not run)

[Package UAHDataScienceSF version 1.0.0 Index]