data(main2003JUL26) # The aftershock data of 26th July 2003 earthquake of M6.2
# output transformed times and cumulative numbers
x <- main2003JUL26
respoi(x$time, x$magnitude, param = c(0,0.96021e+02, 0.58563e-01, 0.96611e+00),
zts = 0.0, tstart = 0.01, zte = 18.68, threshold = 2.5)
# output a res-format dataset
respoi2(main2003JUL26, param = c(0,0.96021e+02, 0.58563e-01, 0.96611e+00),
zts = 0.0, tstart = 0.01, zte = 18.68, threshold = 2.5)
Run the code above in your browser using DataLab