tof_is_numeric | R Documentation |
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).
tof_is_numeric(.vec)
.vec |
A vector. |
A boolean value indicating if .vec is of type integer or double.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.