all_binary_sequences: Generate all possible sequences of 0s and 1s of a given...

View source: R/RcppExports.R

all_binary_sequencesR Documentation

Generate all possible sequences of 0s and 1s of a given length

Description

Generate all possible sequences of 0s and 1s of a given length

Usage

all_binary_sequences(a)

Arguments

a

the length of the sequences.

Value

a matrix containing in its rows the sequences of 0s and 1s.


gregorkb/aenetgt documentation built on Oct. 12, 2022, 11:51 a.m.