infoDB {RSEIS}R Documentation

Print information about the seismic database

Description

Print information about the seismic database

Usage

infoDB(DB)

Arguments

DB Database list

Value

list(

usta Unique station names
ucomp Unique component names
start starting date
end ending date

Author(s)

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

See Also

makeDB

Examples


## Not run: 

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

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

infoDB(XDB)

## End(Not run)



[Package RSEIS version 2.3-3 Index]