Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

phylosim (version 3.0.5)

setLengthParam1.FastFieldDeletor: Set the first length parameter

Description

Set the first length parameter.

Usage

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

Run the code above in your browser using DataLab