Learn R Programming

phylosim (version 3.0.5)

setToleranceMargin.FastFieldDeletor: Set the tolerance margin

Description

Set the tolerance margin.

Usage

# S3 method for FastFieldDeletor
setToleranceMargin(this, value, ...)

Arguments

this

A FastFieldDeletor object.

value

A numeric vector of length one.

...

Not used.

Value

value (invisible).

See Also

For more information see FastFieldDeletor.

Examples

Run this code
# NOT RUN {
	# 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
 
# }

Run the code above in your browser using DataLab