| plot_axis_lim {detzrcr} | R Documentation | 
Axes limits for ggplot2
Description
Convenience function to change axes limits for ggplot2
Usage
plot_axis_lim(xlim = c(0, 4560), step = 200, ylim = NULL)
Arguments
xlim | 
 x-axis limit  | 
step | 
 specify x-axis steps  | 
ylim | 
 y-axis limit  | 
Value
list of ggplot2::coord_cartesian object
[Package detzrcr version 0.3.1 Index]