tof_is_numeric: Find if a vector is numeric

tof_is_numericR Documentation

Find if a vector is numeric

Description

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.


keyes-timothy/tidytof documentation built on Aug. 28, 2024, 8:37 a.m.