spnGetRefer: Get common X values in a vector of the active group in the...

Description Usage Value Author(s) See Also Examples

Description

Get reference X set of values (vector). All the spectra in a group list are assumed to have common X set of values, so if there is loaded spectrum in different X values, the spectrum is recalculated to fit the set given by the options: Boundaries from Low to High by 1.

Usage

1

Value

spnGetRefer returns the reference X set of values (vector) of the active group in the top tab/spec-tree

Author(s)

Teodor Krastev

See Also

spnGetSpc ,spnGetGrp , spnGetTree

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# Initialization of Spectrino
spnNew() 

# generate test set
spnOpenTree("<test>")

# the reference X values
v1 <- spnGetRefer() 

# Release of Spectrino
#spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.