rselect {caRamel}R Documentation

Selection of n points

Description

performs a selection of n points in facp

Usage

rselect(n, facp)

Arguments

n

: number of points to select

facp

: vector of initial points

Value

ix : ranks of selected points (vector of dimension n)

Author(s)

Fabrice Zaoui

Examples

# Definition of the parameters
n <- 5
facp <- runif(30)
# Call the function
res <- rselect(n, facp)


[Package caRamel version 1.3 Index]