View source: R/first_analysis.R
Read raw data from the icap
1 2 3 4 5 6 7 8 9 | first.analysis(
matrix.element = "Ca",
output.filename = "results",
subtract.bg = T,
dismiss.beginning = 10,
dismiss.after = 10,
step = 500,
exp.bg = F
)
|
output.filename |
string default filename of output |
subtract.bg |
boolean whether backround is already subtracted, default = T |
dismiss.beginning |
integer no of measurement points discarded |
dismiss.after |
integer no of measurement points discarded |
step |
integer no of measurement points displayed |
exp.bg |
boolean approximate background with an axponential curve, default: F |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.