I would like to create a plot using ggplot where different facets should have different y axis limits. By default each facet has the same y axis values. can this be changed
See ?facet_grid. You want to use the argument scales="free_y".
?facet_grid
scales="free_y"