Thank you so much for quick response, It worked I appreciate your help.
I am using the below code and need modifications to the code to print my name
ggplot(data = dataset) + geom_point(mapping = aes(x=Age, y=EstimatedSalary, color=Purchased), stroke=2.0) +
ggtitle("Social Network Ads")