if(interactive()){
### make a database from the files on disk
### DBnov = makeDB(fpath, fpat, kind=2, Iendian=1, BIGLONG=FALSE)
### IDB = infoDB(DBnov)
### or, as an example:
data(GH, package='RSEIS')
DBnov = list(usta = unique(GH$STNS), unique(GH$COMPS))
k = SELstaDB(IDB)
}
Run the code above in your browser using DataLab