2025-01-12 04:36:52 +08:00

6 lines
78 B
R

library("foreign")
otd <- read.octave("octave.dat")
summary(otd)
str(otd)
q()