Learn R Programming

phylosim (version 3.0.5)

getSiteSpecificParamList.Process: Get the list of site specific parameters of a Process object

Description

Get the list of site specific parameters of a Process object. Every site specific parameter is a list storing the name, the identifier and the type of the given parameter.

Usage

# S3 method for Process
getSiteSpecificParamList(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

A list of site specific parameters.

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
	# create a process object
	p<-Process()
	# get the list of site specific parameters
	getSiteSpecificParamList(p)
	# get it via virtual field
	p$siteSpecificParamList
 
# }

Run the code above in your browser using DataLab