RCRng: Data Extract

Description Usage Arguments Value Author(s) Examples

Description

Returns first and last emelments of a data object.

Usage

1
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

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

muStat documentation built on May 2, 2019, 5:12 a.m.

Related to RCRng in muStat...