powered by
This function prints all the elements of a vector
drawVector(buffer)
No return value, prints to screen
A vector of elements to be printed
if (FALSE) { data <- c(1:12) drawVector(data) }
Run the code above in your browser using DataLab