ggplot(data = BV, mapping = aes(x = 'Total Labor Costs', y = Revenue)) + geom_point()
My x variable Total Labor Costs, and honestly all other variables in my data set are not graphing correctly. They're in a straight vertical line corresponding to Revenue but not spreading out. I think the problem is that all variables have N/A values, so how do I ignore those?enter image description here
https://stackoverflow.com/questions/67223463/x-variable-i-snot-graphing-properly April 23, 2021 at 11:08AM
没有评论:
发表评论