wlconv: Convert different wavelength units

Description Usage Arguments Functions Author(s) Examples

View source: R/wl.R

Description

The following units can be converted into each other: nm, inverse cm, eV, THz and Raman shift

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

Arguments

points

data for conversion

src

source unit

dst

destination unit

laser

laser wavelength (required for work with Raman shift)

x

wavelength points for conversion

...

ignored

Functions

Author(s)

R. Kiselev

Examples

1
2
wlconv (3200, "Raman shift", "nm", laser = 785.04)
wlconv( 785, "nm", "invcm")

GegznaV/hyperSpec2 documentation built on Dec. 27, 2019, 9:43 a.m.