stringLengthVector: Returns the string lengths of the character represenations of...

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns the string lengths of the character represenations of a collection of objects. More useful as a static method.

Usage

1
2
## Default S3 method:
stringLengthVector(this, ...)

Arguments

this

An array or a list of object.

...

Not used.

Value

An integer vector with the corresponding lengths.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PSRoot.

Examples

1
2
3
4
	x<-c("character representaion","other string");
	# get the strign length of x
	stringLengthVector(x)
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.