Learn R Programming

caRamel (version 1.0)

rselect: rselect

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)

Examples

Run this code
# NOT RUN {
# Definition of the parameters
n <- 5
facp <- runif(30)
# Call the function
res <- rselect(n, facp)

# }

Run the code above in your browser using DataLab