Learn R Programming

wrMisc (version 1.15.3.1)

.breakInSer: Get series of values after last discontinuity

Description

This function aims to get series of values after last discontinuity

Usage

.breakInSer(x, getFrom = "last")

Value

This function returns a numeric vector of reduced length

Arguments

x

(numeric) main input

getFrom

(character)

See Also

Examples

Run this code
.breakInSer(c(11:14,16:18))

Run the code above in your browser using DataLab