bvmed(file, lis, hd = FALSE, colid = 1, nrep = 200, tm = NULL,
findtm = TRUE, title = "bvmed")
file
contains header or not file
tm
or not title
colid
in file
. Magnitude values are read in the
list lis
if the file does not exist.
This function produces a plot showing the FMD and the linear model line. The plot is stored into a file with name file
_bvmed.png (png format file).
It includes the mblm function from the version 0.11 (2007) of the mblm library by Lukasz Komsta (known e-mail address : luke@novum.am.lublin.pl).
Siegel, A.F., "Robust regression using repeated medians", Biometrika (1982) 69, 242-244.
bvmed(file=system.file("extdata","IDYLLdeep.data.txt",package="GRTo"), colid = 15, nrep = 150,
tm = NULL, findtm = TRUE, title = "IDYLLWILD")
Run the code above in your browser using DataLab