View source: R/provoc_general.R
re.calc.T.para | R Documentation |
Be careful. By default, the "time" option uses a relative T0 from the first spectrum of each acquisition and the "date" option uses the actual date and time of each spectrum. Using the acq_T0 column with the "time" option allows different acquisitions to be sequenced using the T0 of the specified acquisition. Using the acq_T0 column with the "date" option allows you to overlap acquisitions on the T0 of the specified acquisition.
re.calc.T.para(L = sp)
L |
sp |
The delta_T column is used to add the specified time (in seconds) to the acquisition.
sp
# The first time configuration :
#
# sp <- import.meta("meta_1")
# sp <- re.calc.T.para(sp)
#
# The second time configuration :
#
# sp <- import.meta("meta_2")
# sp <- re.init.T.para(sp)
# sp <- re.calc.T.para(sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.