Learn R Programming

phylosim (version 3.0.5)

getLengthParam1.FastFieldDeletor: Get the first length parameter

Description

Get the first length parameter.

Usage

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