sample.int {math} R Documentation

Description

Usage

sample.int(n,
    size = "n",
    replace = FALSE,
    prob = NULL);

Arguments

n

[as integer]

size

-

replace

[as boolean]

prob

-

Details

Authors

SMRUCC genomics Institute

Value

returns an integer vector that could be used for represents the element index the generated integer vector in this function is base from 1

clr value class

Examples


[Package math version 2.33.856.6961 Index]