getType.FastFieldDeletor: Get the type of a FastFieldDeletor object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the type of a FastFieldDeletor object.

Usage

1
2
## S3 method for class 'FastFieldDeletor'
getType(this, ...)

Arguments

this

A FastFieldDeletor object.

...

Not used.

Value

A character vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see FastFieldDeletor.

Examples

1
2
3
4
5
6
7
8
	# create a FastFieldDeletor, default type (geometric)
	p<-FastFieldDeletor()
	# get type
	getType(p)
	# create a FastFieldDeletor, poisson type
	p<-FastFieldDeletor(type="poisson")
	p$type
 

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