dynam_escapeStep: Update dynamic model

View source: R/dynam_condStep.R

dynam_condStepR Documentation

Update dynamic model

Description

dynam_condStep - only counting the step that the certain conditional function shows false. dynam_escapeStep - only counting the step that the iterated variable escape certain jmodular range.

Usage

dynam_condStep(m,condf,itfunc,takein=NULL,n=100)
dynam_escapeStep(m,modlim=2,itfunc=dynam_update_Julia,takein=0,n=100)

Arguments

x

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

HaoLi111/rMathModeling documentation built on April 7, 2023, 3:18 p.m.