Learn R Programming

phylosim (version 3.0.5)

getType.FastFieldDeletor: Get the type of a FastFieldDeletor object

Description

Get the type of a FastFieldDeletor object.

Usage

# S3 method for FastFieldDeletor
getType(this, ...)

Arguments

this

A FastFieldDeletor object.

...

Not used.

Value

A character vector of length one.

See Also

For more information see FastFieldDeletor.

Examples

Run this code
# NOT RUN {
	# create a FastFieldDeletor, default type (geometric)
	p<-FastFieldDeletor()
	# get type
	getType(p)
	# create a FastFieldDeletor, poisson type
	p<-FastFieldDeletor(type="poisson")
	p$type
 
# }

Run the code above in your browser using DataLab