Assignment 1: Hello World
In this introductory assignment, I just want you to make a simple plot. Here is an example:
Code
source("my_functions.R")
hello("Ven")
[1] "Hello Ven"
Example Student
In this introductory assignment, I just want you to make a simple plot. Here is an example:
source("my_functions.R")
hello("Ven")
[1] "Hello Ven"