check_topology_str {pureseqtmr}R Documentation

Check if the topology string is valid. Will stop if not.

Description

Check if the topology string is valid. Will stop if not.

Usage

check_topology_str(topology_str)

Arguments

topology_str

the topology as a string, for example 000000111100000

Value

Nothing. Will stop with a helpful error message if the topology is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

check_topology_str("0000000000000000000000000011111111111111111100000")

[Package pureseqtmr version 1.4 Index]