| compute.lim {timetools} | R Documentation | 
Calculate limits for plotting
Description
This function retunrn a 2 elements vectors (numeric) which can be use as graph limits (xlim, ylim, rlim, etc.)
Usage
  compute.lim(x, na.rm = FALSE)
Arguments
| x | 'numeric' for which limits must be calculated | 
| na.rm | boolean should NA values be removed before calculation ? | 
Value
numeric of length 2
[Package timetools version 1.15.3 Index]