Learn R Programming

phylosim (version 3.0.5)

setLengthParam2.FastFieldDeletor: Set the second length parameter

Description

Set the second length parameter.

Usage

# S3 method for FastFieldDeletor
setLengthParam2(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 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
 
# }

Run the code above in your browser using DataLab