Learn R Programming

timetools (version 1.15.3)

compute.lim: 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)

Value

numeric of length 2

Arguments

x

'numeric' for which limits must be calculated

na.rm

boolean should NA values be removed before calculation ?