# NOT RUN {
# a running toy example
hpath <- system.file(package="hadron")
files <- paste0(hpath, "/extdata/newdisc.0.1373.0.006.k0v4.10")
X <- readcmidisc(files=files)
X
## a more realistic example
# }
# NOT RUN {
v4files <- character()
# }
# NOT RUN {
for(i in seq(600,1744,8))
# }
# NOT RUN {
v4files <-
# }
# NOT RUN {
c(v4files, paste("disc.0.163265.0.006.k0v4.", sprintf("%.04d", i), sep=""))
# }
# NOT RUN {
v4data <- readcmidisc(v4files)
# }
Run the code above in your browser using DataLab