setLengthParam1.FastFieldDeletor: Set the first length parameter

Description Usage Arguments Value Author(s) See Also Examples

Description

Set the first length parameter.

Usage

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

Arguments

this

A FastFieldDeletor object.

value

A numeric vector of length one.

...

Not used.

Value

value (invisible).

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 first length parameter
	setLengthParam1(p,0.5)
	getLengthParam1(p)
	# set/get the first length parameter via virtual field
	p$lengthParam1<-0.2
	p$lengthParam1
 

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