calcSeeds: Calculate Seeds

Description Usage Arguments Value See Also

Description

Simulates all seeds in a given vector that are not simulated yet.

Usage

1
calcSeeds(ms, seeds, filename = NULL, allowDeletion = FALSE, ...)

Arguments

ms

object of class multSim (with existing simulations) that shall be expanded

seeds

integer vector with seeds that shall be simulated (different seeds lead to different simulated trajectories)

filename

string which indicates the path where to save the result, i. e. "NameOfFile.rda". In case of a break or an error, already simulated seeds will still be saved there. If filename = NULL, the result will not be saved in a file.

allowDeletion

logical. If true, seeds with existing simulations stored in ms will be deleted in case they don't appear in the new vector of seeds.

...

additional parameters for method sim

Value

object of class "multSim" containing all simulations

See Also

multSim


CharlotteJana/pdmpsim documentation built on July 2, 2019, 5:37 a.m.