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 May 7, 2024, 12:33 p.m.