getId.PhyloSim: Get the unique identifier of a PhyloSim object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the unique identifier of a PhyloSim object. The unique identifier is the concatenation of the class, the object name as returned by getName() and the object hash as returned by hashCode().

Usage

1
2
## S3 method for class 'PhyloSim'
getId(this, ...)

Arguments

this

A PhyloSim object.

...

Not used.

Value

A character vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PhyloSim.

Examples

1
2
3
4
5
6
7
	# create a PhyloSim object
	o<-PhyloSim(name="MySim");
	# get id
	getId(o);
	# get id via virtual field
	o$id;
 

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