Relative Content

Tag Archive for rggplot2error-code

ggplot2: No console errors when NA’s in data

I’m going through the R4DS 2e text and right off in chapter 1 I am having issues with ggplot and the penguin data set. I’ve looked into the help file for geom_point() and it shows rm.na is defaulted to FALSE. So I am unsure why I am not seeing a console error telling me about the 2 NA observations in my data?