📄 readscythe.rd
字号:
\name{read.Scythe}\alias{read.Scythe}\title{Read a Matrix from a File written by Scythe}\description{ This function reads a matrix from an ASCII file in the form produced by the Scythe Statistical Library. Scythe output files contain the number of rows and columns in the first row, followed by the data.}\usage{ read.Scythe(infile=NA)}\arguments{ \item{infile}{The file to be read. This can include path information.}}\value{ A matrix containing the data stored in the read file.}\examples{ \dontrun{ mymatrix <- read.Scythe("myfile.txt") }}\references{ Daniel Pemstein, Kevin M. Quinn, and Andrew D. Martin. 2007. \emph{Scythe Statistical Library 1.0.} \url{http://scythe.wustl.edu}.}\keyword{file}\seealso{\code{\link{write.Scythe}}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -