igraph.sample {igraph} | R Documentation |
Sampling a random integer sequence
Description
igraph.sample()
was renamed to sample_seq()
to create a more
consistent API.
Usage
igraph.sample(low, high, length)
Arguments
low |
The lower limit of the interval (inclusive). |
high |
The higher limit of the interval (inclusive). |
length |
The length of the sample. |
[Package igraph version 2.0.3 Index]