BBootComp(finame1, finame2 = NULL, colid1 = 1, colid2 = 1, hd1 = FALSE,
hd2 = FALSE, nrep = 5000, alter = c("two.sided", "less", "greater"),
tm1 = NULL, tm2 = NULL, findtm1 = TRUE, findtm2 = TRUE, plot = FALSE,
title = "BootComp",oplt="p")
finame1
finame2
. See 'Details' finame1
contains headers or not finame2
contains headers or not tm1
is NULL and findtm1
is FALSE, the function considers that the data set has been already truncated after the threshold magnitude value (i. e. your data set shows only the linear part of the FMD) tm2
is NULL and findtm2
is FALSE, the function considers that the data set has been already truncated after the threshold magnitude value (i. e. your data set shows only the linear part of the FMD)tm1
or not tm2
or not TRUE
, a FMD plot is drawn. Default is plot
equals FALSE
title
oplt
is "p", the FMD displays points (open triangles), else it shows a staircase. This option applies only to the plot of a single FMD: When 2 FMDs are compared, they are always shown with point symbols D. Amorese, J.-R. Grasso and P. A. Rydelek, "On varying b-values with depth: results from computer-intensive tests for Southern California", Geophys. J. Int. (2010) 180, 347-360
utcomp
BBootComp(finame1=system.file("extdata","IDYLLshal.data.txt",package="GRTo"),
finame2=NULL, colid1=15, colid2=NULL,nrep=200,alter=NULL,findtm1=TRUE,
findtm2=NULL,plot=TRUE, title="IDYLLWILD", tm1=NULL,tm2=NULL)
Run the code above in your browser using DataLab