File: octave.R

package info (click to toggle)
foreign 0.8.50-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,416 kB
  • sloc: ansic: 7,372; asm: 4; makefile: 1
file content (5 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (11)
1
2
3
4
5
library("foreign")
otd <- read.octave("octave.dat")
summary(otd)
str(otd)
q()