resSimCosineContinue: Simulate results, possibly from given initial state

View source: R/simulation.R

resSimCosineContinueR Documentation

Simulate results, possibly from given initial state

Description

Simulate results, possibly from given initial state

Usage

resSimCosineContinue(E0 = NULL, n, params)

Arguments

E0

Optional argument - A list with results from a previous simulation

n

Number of samples to generate.

params

names list of parameters (output of 'listParams()').

Value

same as resSimCosine

Examples

 params <- exampleParams()
R <- resSimCosine(n=100, params = params)
R2 <- resSimCosineContinue(E0 = R, n = 100, params = params)

blebedenko/impatience documentation built on March 28, 2022, 12:04 a.m.