output.uniform: Is Vector Uniform?

Description Usage Arguments Value

View source: R/tree-plots.R

Description

Determine whether all elements of a vector are the same

Usage

1
output.uniform(x, na.rm = F)

Arguments

x

(Vector) Values to check for uniformity

na.rm

(Logical) Should NA be considered a value or excluded from the comparison?

Value

Either NA if the vector is not uniform, or the unique value (as character) otherwise.


farrellja/URD documentation built on June 17, 2020, 4:48 a.m.