using the starwars dataframe in ggplot, How do you remove the outlier in this scatter plot?
plot.settings <- ggplot(starwars, aes(x = height, y = mass)) +
labs(x = "height", y = "mass") +
theme_classic()
plot.settings + geom_point()
And here is the graph with the name of the clear outlier