Learn R Programming

genpathmox (version 0.5)

from_to: Starting and ending positions

Description

Starting and ending positions

Usage

from_to(x, ...)

Arguments

x

a numeric vector or a list of vectors

...

further arguments are ignored

Value

A list with two vectors: '$from' and '$to'. '$from' contains the indices with starting positions. '$to' contains the indices with ending positions.

Details

Internal function.