I want to have strip and their texts for each facet on the right side of y axis instead of the top of x axis in ggplot2 in R.
I tried theme**(strip.placement = c("right"))
** after removing the strip and their texts from top of the x axis by using theme(strip.text = element_blank(), strip.background = element_blank())+
Strip texts were disappeared from the top but I am not able to place them on the right side of the y axis.