1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,21 @@ |
1 |
+\name{str.comb_mat} |
|
2 |
+\alias{str.comb_mat} |
|
3 |
+\title{ |
|
4 |
+str method |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+str method |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+\method{str}{comb_mat}(object, ...) |
|
11 |
+} |
|
12 |
+\arguments{ |
|
13 |
+ |
|
14 |
+ \item{object}{A combination matrix returned by \code{\link{make_comb_mat}}.} |
|
15 |
+ \item{...}{Other arguments.} |
|
16 |
+ |
|
17 |
+} |
|
18 |
+\examples{ |
|
19 |
+# There is no example |
|
20 |
+NULL |
|
21 |
+} |