| Line 28... |
Line 28... |
| 28 |
(vector of length \code{m}).}
|
28 |
(vector of length \code{m}).}
|
| 29 |
\item{simplify}{logical indicating if the result should be simplified
|
29 |
\item{simplify}{logical indicating if the result should be simplified
|
| 30 |
to an \code{\link{array}} (typically a \code{\link{matrix}}); if
|
30 |
to an \code{\link{array}} (typically a \code{\link{matrix}}); if
|
| 31 |
FALSE, the function returns a \code{\link{list}}. Note that when
|
31 |
FALSE, the function returns a \code{\link{list}}. Note that when
|
| 32 |
\code{simplify = TRUE} as by default, the dimension of the result is
|
32 |
\code{simplify = TRUE} as by default, the dimension of the result is
|
| 33 |
simply determined from \code{FUN(\var{1st combination})} (for
|
33 |
simply determined from \code{FUN(\var{1st_combination})} (for
|
| 34 |
efficiency reasons). This will badly fail if \code{FUN(u)} is not of
|
34 |
efficiency reasons). This will badly fail if \code{FUN(u)} is not of
|
| 35 |
constant length.}
|
35 |
constant length.}
|
| 36 |
\item{\dots}{optionally, further arguments to \code{FUN}.}
|
36 |
\item{\dots}{optionally, further arguments to \code{FUN}.}
|
| 37 |
}
|
37 |
}
|
| 38 |
\details{
|
38 |
\details{
|