stringLength: Returns the string length of the character representation of...

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns the string length of the character representation of an object. More useful as a static method.

Usage

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

Arguments

this

An object.

...

Not used.

Value

An integer vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PSRoot.

Examples

1
2
3
4
	x<-"character representaion"
	# get the strign length of x
	stringLength(x)
 

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