Learn R Programming

phylosim (version 3.0.5)

getLengthParam2.FastFieldDeletor: Get the second length parameter

Description

Get the second length parameter.

Usage

# S3 method for FastFieldDeletor
getLengthParam2(this, ...)

Arguments

this

A FastFieldDeletor object.

...

Not used.

Value

A numeric vector of length one.

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