getSiteSpecificParamIds.Process: Get the site specific paramter identifiers from a Process...

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the site specific paramter identifiers from a Process object.

Usage

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

Arguments

this

A Process object.

...

Not used.

Value

A charcter vector.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
7
8
	# create process object
	p<-Process()
	# get site specific parameter identifiers
	getSiteSpecificParamIds(p)
	# via virtual field
	p$siteSpecificParamIds

 

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