getting the below error while executing the ggplot2 script
ggplot(loandefcomplete, aes(x=status, y=account_id)) + geom_point(colors("navy"))+ xlab("status")+ylab("accounts") + ggtitle("account vs loan status")
Error in if (distinct) c[!duplicated(t(col2rgb(c)))] else c :
argument is not interpretable as logical