I am learning this software for the first time as part of my university course. This is very simple but my lecturer is on union strike and not responding to emails and I have a submission deadline tomorrow so I'm panicing.
This is my code:
plot(LIMIT_BAL, BILL_AMT6, col=default)
to create a scatterplot of two variables that changes the colour of plots with default =1 not default =0 as I have been taught (not using ggplot2)
But it keeps changing the colour to white instead of red like it did in my lecture and I can't see the plots at all. I've tried everything on google to change the colour and its just not working. Can anyone help me?