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

Description Usage Arguments Value Author(s) See Also Examples

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

1
2
## S3 method for class 'Process'
getSiteSpecificParamList(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

A list of site specific parameters.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
7
	# create a process object
	p<-Process()
	# get the list of site specific parameters
	getSiteSpecificParamList(p)
	# get it via virtual field
	p$siteSpecificParamList
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.