igraph.sample: Sampling a random integer sequence

View source: R/other.R

igraph.sampleR Documentation

Sampling a random integer sequence

Description

[Deprecated]

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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.