• sqrt(pi)
  • x = rnorm(10)
  • x^2
  • myfunction = function(x) return(summary(x))
  • cat("\n### try to fix the function: fix(myfunction)")
  • myfunction(x)
  • plot(x)