read.octave.rd
来自「支持向量机完整版(SVM)可以用来进行设别训练」· RD 代码 · 共 28 行
RD
28 行
\name{read.octave}\alias{read.octave}\title{Read Octave Data File}\description{ Read a vector or matrix from an Octave ASCII data file created using the command \code{save -ascii} in Octave.}\usage{read.octave(file, quiet=FALSE)}\arguments{ \item{file}{the name of a Octave data file to read.} \item{quiet}{do not print information on type and size of the object read in.}}\details{ \code{read.octave} reads only the first object found in the file and ignores the rest.}\value{ \code{read.octave} returns an object of type vector or matrix.}\seealso{ \code{\link{scan}}, \code{\link{read.table}}}\keyword{file}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?