compute.lim: Calculate limits for plotting

View source: R/compute.lim.R

compute.limR 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


timetools documentation built on Aug. 29, 2023, 5:09 p.m.