View source: R/provoc_general.R
re.init.T.para | R Documentation |
This function allows you to reset the parameters related to the acquisition times. This makes it possible to modify the T0 of an acquisition group. The modifications must be made by the meta file
re.init.T.para(L = sp)
L |
sp |
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.