Description Usage Arguments Details Value Note Author(s) See Also Examples
Preliminary check of the names of an earthquake catalog. summary
and plot
methods for earthquake catalogs are defined.
1 2 3 4 5 |
x |
an earthquake catalog. |
object |
an |
extended |
if |
... |
other arguments. |
Minimal check of an earthquake catalog; checks only if it is suitable for the use as argument of the functions of etasFLP
(mainly etasclass
); checks only the presence of
variables with the names time
, lat
, long
, z
, magn1
.
summary
and plot
methods are defined for earthquake catalogs.
and the input object can be the cat
output of eqcat
If the catalog passes the check, then the catalog is returned in the object cat
with the new class name eqcat
; otherwise an error message is printed.
cat |
the input catalog is returned. If the check is ok, this is an |
ok |
A flag: |
In this first version if you have a catalog without the depth (z
), please insert however a constant column. The depth can be used only in some plot and not in the estimation routines of the package etasFLP; etasclass
uses only
time
, lat
, long
, magn1
.
From version 2.0 you could use z
as a covariate for the triggered component
Marcello Chiodi
1 2 3 4 5 6 7 8 | ## Not run:
data(italycatalog)
f=eqcat(italycatalog)
print(f$ok)
summary(f$cat)
plot(f$cat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.