Function to plot Omori's law corresponding to different prior samples
Source:R/plottingFunctions.R
omori_plot_prior.RdFunction to plot Omori's law corresponding to different prior samples
Arguments
- input.list
structured input
listwith at least one element:link.functions:listof functions to convert the ETAS parameters from the INLA scale to the ETAS scale
- n.samp
Number of posterior samples,
integer(default = 10).- t.end
Upper bound of the x-axis,
scalar(default = 1).- n.breaks
Number of points between 0 and
t.endto calculate the function,integer(default = 100).