powered by
Compute reasonable axis limits for plotting non-negative numbers.
lim(x, mult = 1.1)
A vector of length two, which can be used as axis limits.
a vector of data values.
a number to multiply with the highest data value.
TAF-package gives an overview of the package.
TAF-package
plot(precip) plot(precip, ylim=lim(precip)) plot(precip, ylim=lim(precip), yaxs="i")
Run the code above in your browser using DataLab