R script

R starter template



# Change the code below and hit 'Run' to re-execute the script!
# Hint: You can save your changes to a new workspace by clicking the "Copy & Edit" button

hello_world <- function () {
  print("Hello World!")
  plot(c(1, 3, 6, 4, 9), type="l", col="green", main = "Hello World")
}

hello_world()

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.