setToleranceMargin.FastFieldDeletor: Set the tolerance margin

Description Usage Arguments Value Author(s) See Also Examples

Description

Set the tolerance margin.

Usage

1
2
## S3 method for class 'FastFieldDeletor'
setToleranceMargin(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 tolerance margin
	setToleranceMargin(p,0.8)
	getToleranceMargin(p)
	# set/get tolerance margin via virtual field
	p$toleranceMargin<-0.75
	p$toleranceMargin
 

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