rselect | R Documentation |
performs a selection of n points in facp
rselect(n, facp)
n |
: number of points to select |
facp |
: vector of initial points |
ix : ranks of selected points (vector of dimension n)
Fabrice Zaoui
# Definition of the parameters
n <- 5
facp <- runif(30)
# Call the function
res <- rselect(n, facp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.