Skip to contents

This function takes an input vector `.vec` and checks if it is either an integer or a double (i.e. is the type of vector that might encode high-dimensional cytometry measurements).

Usage

tof_is_numeric(.vec)

Arguments

.vec

A vector.

Value

A boolean value indicating if .vec is of type integer or double.