# Homework 11 template # ==================== # Goal: Plot data and add BMI limits # clear workspace rm(list = ls()) oly12 <- VGAMdata::oly12 # edit the following lines # WARNING: # The script will export ONLY LAST PLOT drawn. # (It is safer to plot only one figure.) # do not edit following # - save results ggsave("results.pdf", width = 8, height = 6)