Learn R Programming

embryogrowth (version 9.5)

switch.transition: Add a transition parameter on a set of parameters or remove it

Description

Add a transition parameter on a set of parameters or remove it

Usage

switch.transition(parameters = stop("A set of parameters must be supplied"))

Value

A vector with parameters

Arguments

parameters

A vector with parameters

Author

Marc Girondot

Details

switch.transition Add a transition parameter on a set of parameters or remove it

Examples

Run this code
if (FALSE) {
data(resultNest_6p_SSM)
# Get a set of parameters without transition
x1 <- resultNest_6p_SSM$par
# Generate a set of parameters with transition
x2 <- switch.transition(x1)
# Generate a set of parameters without transition
x3 <- switch.transition(x3)
}

Run the code above in your browser using DataLab