drawVector | R Documentation |
This function prints all the elements of a vector
drawVector(buffer)
buffer |
A vector of elements to be printed |
No return value, prints to screen
## Not run:
data <- c(1:12)
drawVector(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.