matroid-print: Print Basic Facts about a Matroid

printR Documentation

Print Basic Facts about a Matroid

Description

The function prints a nicely formatted summary of a matroid, including the ground set, the rank, loops, multiple groups, and some boolean properties. It prints the number of hyperplanes, broken down by their size. If it is a vector matroid, and its matrix is not too large, it prints that matrix. If the matroid is not simple, it also prints the simplified matroid.

Usage

## S3 method for class 'matroid'
print( x, ... )

Arguments

x

a matroid object as returned by the constructor matroid()

...

further arguments ignored, but required by the generic print()

Value

The function returns TRUE or FALSE.

See Also

matroid()


zonohedra documentation built on April 3, 2025, 8:11 p.m.