vectorRev: Revert the order of an input vector

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Revert the order of the elements an input vector

Usage

1

Arguments

vector

Numerix vector to be reversed

Value

A numeric vector with elements in reverse mode

Author(s)

Roberto Maestre

Examples

1
2
3
4
5
6
7
## Not run: 
# simple call:
vectorRev(c(1,2,3,4,5,6))
# simple call with negative nummbers
vectorRev(c(1,-2,3,-4,5,-6))

## End(Not run)

rmaestre/variableStars documentation built on April 11, 2020, 11:10 p.m.