initPortableStreams: The name previously used for the function 'setSeeds'.

Description Usage Arguments Value Author(s) See Also

View source: R/initPortableStreams.R

Description

This is replaced by setSeeds, which does exactly the same thing, but with a name that is more immediatly understandable to users. This is now deprecated, will be removed.

Usage

1
initPortableStreams(projSeeds, run, verbose = FALSE)

Arguments

projSeeds

Required. Either an object of class portableSeeds (created by seedCreator) or a text string giving the name of an R saved file of the appropriate format (created by the seedCreator function).

run

Integer indicating which element from the portable seed collection is to be selected

verbose

Optional. Print out the state of the current generator. Default = FALSE.

Value

nothing is returned. This function is used for the side effect of setting three objects in the global environment, the startStates (list), currentStates (list), and currentStream (an integer).

Author(s)

Paul E. Johnson pauljohn@ku.edu

See Also

setSeeds which is the replacement for this function.


webb767/ppsmac documentation built on July 28, 2020, 12:59 a.m.