6 lines
78 B
R
6 lines
78 B
R
library("foreign")
|
|
otd <- read.octave("octave.dat")
|
|
summary(otd)
|
|
str(otd)
|
|
q()
|