Learn R Programming

phylosim (version 3.0.5)

getName.Process: Get the name of a Process object

Description

Get the name of a Process object.

Usage

# S3 method for Process
getName(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

A charcter vector of length one.

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
	# create a Process object
	p<-Process()
	# get object name
	getName(p)
	# get name via virtual field
	p$name
 
# }

Run the code above in your browser using DataLab