getProcesses.Site: Get the list of Process objects attached to a Site object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the list of Process objects attached to a Site object.

Usage

1
2
## S3 method for class 'Site'
getProcesses(this, ...)

Arguments

this

A Site object.

...

Not used.

Value

A list of Process objects.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Site.

Examples

1
2
3
4
5
6
7
	# create a Site object with some processes attached
	s<-Site(alphabet=NucleotideAlphabet(),processes=list(K80(),JC69()))
	# get list of attached Process objects
	getProcesses(s)
	# get list of attached Process objects via virtual field
	s$processes
 

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