as.character.Process: Get the character representation of a Process object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the character representation of a Process object. The string returned is the unique Process object identifier (class name + process name + object hash).

Usage

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

Arguments

x

A Process object

...

Not used.

Value

A character vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
       # create a Process object
       p<-Process()
	# get charatcer representation
	x<-as.character(p)
	print(x)
 

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