⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 element.rd

📁 支持向量机完整版(SVM)可以用来进行设别训练
💻 RD
字号:
\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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -