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.
# S3 method for matroid
print( x, ... )
The function returns TRUE
or FALSE
.
a matroid
object as returned by the constructor matroid()
further arguments ignored, but required by the generic print()
matroid()