permutations.rd
来自「一般的支持向量机算法比较单一」· RD 代码 · 共 19 行
RD
19 行
\name{permutations}\alias{permutations}\title{All permutations of integers 1:n}\description{ Returns a matrix containing all permutations of the integers \code{1:n} (one permutation per row).}\usage{permutations(n)}\arguments{ \item{n}{Number of element to permute.}}\author{Friedrich Leisch}\examples{permutations(3)}\keyword{datagen}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?