| gunter | R Documentation | 
Convert from a matrix with rows corresponding to multivariate observations, to a tabular form listing every possible combination together with the number of times that combination was observed.
gunter(obs)
## S3 method for class 'gunter'
print(x, ...)
obs | 
 Argument.  If a matrix, interpret each row as  a
multivariate observation (so the rowsums are constant).  If an
object of class   | 
x | 
 Object of class   | 
... | 
 Further arguments, currently ignored  | 
For matrices and data frames, function gunter()
returns an object of class gunter: a list of two elments, the
first being a matrix (‘obs’) with rows being possible
observations, and the second (‘d’) a vector with one
entry for each row of matrix obs.
For MB objects and Oarray objects, function
gunter() returns an object of class gunter_MB.
The print method returns its argument, invisibly, after printing it coerced to a list.
Bert Gunter, with tiny alterations by Robin Hankin
data(wilson)
gunter(non_met)
data(danaher)
gunter(danaher)  # object of class gunter_MB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.