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

View source: R/plotDB.R

plotDBR Documentation

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

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

makeDB, setupDB

Examples


## Not run: 

  path <- '/home/lees/Site/Santiaguito/SG09'
     pattern <- "R0*"

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

plotDB(DB)


## End(Not run)


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.