as.character.PhyloSim: Return the character representation of a PhyloSim object

Description Usage Arguments Value Author(s) See Also Examples

Description

Return the character representation of a PhyloSim object.

The character representation is the identifier of the PhyloSim object as returned by the getId method.

Usage

1
2
## S3 method for class 'PhyloSim'
as.character(x, ...)

Arguments

x

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
	# create a PhyloSim object
	o<-PhyloSim(name="MySim");
	# get character representation
	as.character(o)
 

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