Learn R Programming

LearningRlab (version 2.2)

drawVector: Draw Vector Function

Description

This function prints all the elements of a vector

Usage

drawVector(buffer)

Arguments

buffer

A vector of elements

Value

There isn't return value, prints on screen

Examples

Run this code
# NOT RUN {
{
  #data creation
  data <- c(1:12)
  drawVector(data)
  }
# }

Run the code above in your browser using DataLab