Learn R Programming

RSEIS (version 3.7-4)

plotDB: Plot a time line of a DB set in RSEIS

Description

makes a plot of the data base files stored on disk.

Usage

plotDB(DB)

Arguments

DB

List, Data Base created by makeDB or setupDB

Value

Graphical Side effects

See Also

makeDB, setupDB

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
  path <- '/home/lees/Site/Santiaguito/SG09'
     pattern <- "R0*"

     ###   get DB information
     XDB  <-  makeDB(path, pattern, kind =1)

plotDB(DB)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab