Learn R Programming

phylosim (version 3.0.5)

is.na.PSRoot: Check if a PSRoot object is NA

Description

Check if a PSRoot object is NA. PSRoot objects accanot be NA, so this method always returns FALSE.

Usage

# S3 method for PSRoot
is.na(x, ...)

Arguments

x

A PSRoot object.

...

Not used.

Value

FALSE

See Also

For more information see PSRoot.

Examples

Run this code
# NOT RUN {
	is.na(PSRoot());
 
# }

Run the code above in your browser using DataLab