re.init.T.para: Reinitialize the parameters of time

View source: R/provoc_general.R

re.init.T.paraR Documentation

Reinitialize the parameters of time

Description

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

Usage

re.init.T.para(L = sp)

Arguments

L

sp

Value

sp

Examples

# 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)

JHuguenin/provoc documentation built on Jan. 29, 2024, 12:39 a.m.