My data plot is called cba first is the instructions and here is my code. I am struggling with Problem 3 Part B
#PART A
clean_df = subset(df, !is.na(cba$SAT_math))
#PART B
plot(clean_df,cba$SAT_verbal, xlab="Math SAT Score", main="Relationship Between Math and Verbal SAT Scores", ylab= "Verbal SAT Score")
Error in plot.default(...): formal argument "xlab" matched by multiple actual arguments