R Documentation |
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 class 'matroid'
print( x, ... )
x |
a |
... |
further arguments ignored, but required by the generic |
The function returns TRUE
or FALSE
.
matroid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.