element.rd

来自「支持向量机完整版(SVM)可以用来进行设别训练」· RD 代码 · 共 21 行

RD
21
字号
\name{element}\title{Extract Elements of an Array}\usage{element(x, i)}\alias{element}\arguments{ \item{x}{Array of arbitrary dimensionality.} \item{i}{Vector of the same length as \code{x} has dimension}.}}\description{  Returns the element of \code{x} specified by \code{i}.}\author{Friedrich Leisch}\seealso{\link{Extract}}\examples{x <- array(1:20, dim=c(2,5,2))element(x, c(1,4,2))}\keyword{array}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?