I don't know why it is giving the waring message of Removed 20 rows containing missing values (geom_segment
). I have checked for NA's using sum(is.na(BS_cell_228))
and answer is 0 and maxium data point is 72 on y-axis.
I tried coord_cartesian(ylim = c(0, 80))
but nothing has changed.
Would highly appriciate any suggestions.
Here is my code
plot3 <- plot2+scale_y_continuous(breaks=seq(0,70,10))
plot3+expand_limits(y=0)