powered by
performs a selection of n points in facp
rselect(n, facp)
ix : ranks of selected points (vector of dimension n)
: number of points to select
: vector of initial points
Fabrice Zaoui
# 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