Learn R Programming

phylosim (version 3.0.5)

setSiteSpecificParamList.Process: Forbidden action: setting the site specific paramter list for a Process object

Description

Forbidden action: setting the site specific paramter list for a Process object. Use .addSiteSpecificParameter to add new site specific paramters when implementing new processes.

Usage

# S3 method for Process
setSiteSpecificParamList(this, value, ...)

Arguments

this

An object.

value

Not used.

...

Not used.

Value

Throws an error.

See Also

For more information see Process.