Learn R Programming

phylosim (version 3.0.5)

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

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

# S3 method for Process
as.character(x, ...)

Arguments

x

A Process object

...

Not used.

Value

A character vector of length one.

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
       # create a Process object
       p<-Process()
	# get charatcer representation
	x<-as.character(p)
	print(x)
 
# }

Run the code above in your browser using DataLab