📄 read.octave.rd
字号:
\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -