print {zonohedra}R 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()


[Package zonohedra version 0.2-2 Index]