Description Usage Format See Also Examples
example settings needed for function cldetect
, theses settings are mainly parameters for detection of typical isotopic profile and mass defect of Cl or Br
1 |
The format is a
List of 12
$ outdir : chr ""
$ plotps : logi TRUE
$ deprof : logi FALSE
$ Thresh : num 30
$ m1 : num 1
$ m2 : num 2
$ mdiff : num 0.05
$ ppmerr : num 50
$ val : chr "maxo"
$ mdiff2 : num 0.001
$ myfile2 : chr "halo_file_short.csv"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #load parameters
data(cldetectSettings)
#see all parameters
cldetectSettings
#if you want to change a parameter
cldetectSettings$Thresh<-90 #for Bromine
#if you want to create a complete list of parameters for Br
myparam<-list(outdir="",
ppmerr=15,
Thresh=90,
m2=1.998,
val="maxo",
myfile2="Bromine_list.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.