first.analysis: Read raw data from the icap

Description Usage Arguments

View source: R/first_analysis.R

Description

Read raw data from the icap

Usage

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
)

Arguments

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


juliusfoerstel/LaseR documentation built on May 24, 2020, 11:54 a.m.