getting error while running the below command -
visual1 <- ggplot(loandef, aes(x=status, y=account_id)) + geom_point(colors("navy")+ xlab("status")+ylab("accounts")) + ggtitle("account vs loan status"))
Error: unexpected ')' in "visual1 <- ggplot(loandef, aes(x=status, y=account_id)) + geom_point(size = 2.5, colors("navy")+ xlab("status")+ylab("accounts")) + ggtitle("account vs loan status"))"