Learn R Programming

ChemometricsWithR (version 0.1.13)

unsigned.range: Unsigned range of the data vector including zero.

Description

Function returning the range of the data where, if necessary, the range is extended to include zero. Not meant to be called directly by the user.

Usage

unsigned.range(x)

Arguments

x

Numeric vector.

Value

A vector of two numbers.