plotDB {RSEIS} | R Documentation |
makes a plot of the data base files stored on disk.
plotDB(DB)
DB |
List, Data Base created by makeDB or setupDB |
Graphical Side effects
Jonathan M. Lees<jonathan.lees@unc.edu>
makeDB, setupDB
## Not run: path = '/home/lees/Site/Santiaguito/SG09' pattern = "R0*" ### get DB information XDB = makeDB(path, pattern, kind =1) plotDB(DB) ## End(Not run)