Learn R Programming

abcADM (version 1.0)

set_timeStep: Set time step

Description

Modifies time step (in hours). The step size to use when solving the Canadian model numerically with solveCanADM for reliability assessments.

Usage

set_timeStep(time_step, verbose = FALSE)

Arguments

time_step

step of time

verbose

prints information message to the console if TRUE

Details

The default step of time is 100 hours.

Examples

Run this code
# NOT RUN {
set_timeStep(50)


# }

Run the code above in your browser using DataLab