RCRng {muStat}R Documentation

Data Extract

Description

Returns first and last emelments of a data object.

Usage

RCRng(n)

Arguments

n

data object

Value

An vector which contains first and last values of x.

Author(s)

Knut M. Wittkowski kmw@rockefeller.edu

Examples

   matrixB <- matrix(100:1,ncol=100,nrow=100)
   RCRng(matrixB)
   # [1] 100   1

[Package muStat version 1.7.0 Index]