source('../../Data/data_loaders.R') DF = load_exercise_2_32_data() plot( DF$X, DF$Y, type='p' ) grid()