getLengthParam2.FastFieldDeletor: Get the second length parameter

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the second length parameter.

Usage

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

Arguments

this

A FastFieldDeletor object.

...

Not used.

Value

A numeric 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
9
	# create a geometric FastFieldDeletor
	p<-FastFieldDeletor()
	# set/get the second length parameter
	setLengthParam2(p,0.5)
	getLengthParam2(p)
	# set/get the second length parameter via virtual field
	p$lengthParam2<-0.2
	p$lengthParam2
 

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