AllSame: Are all vector entries the same/identical.

Description Usage Arguments Value Examples

Description

AllSame check if all vector entries are same/identical.

Usage

1
AllSame(x, na.rm = FALSE)

Arguments

x

A vector.

na.rm

Logical Remove NAs from output?

Value

Logical

Examples

1
2
AllSame( 1:5 )
AllSame( 0*(1:5) )

mccreigh/rwrfhydro documentation built on Feb. 28, 2021, 1:53 p.m.