powered by
This function prints all the elements of a vector
drawVector(buffer)
A vector of elements
There isn't return value, prints on screen
# NOT RUN { { #data creation data <- c(1:12) drawVector(data) } # }
Run the code above in your browser using DataLab