Learn R Programming

FlowCAr (version 1.1.1)

livingVector: Generation of a single logical (TRUE/FALSE) vector based on the naming structure of the LIM file

Description

Nodes with <U+201C>NLnode<U+201D> (not case sensitive) are viewed as non-living nodes and are thus <U+201C>FALSE<U+201D> values in the vector. All living nodes have a <U+201C>TRUE<U+201D> value.

Usage

livingVector(limfile)

Arguments

limfile

This is the user generated LIM file created for analysis purposes.

Examples

Run this code
# NOT RUN {
livingVecList <- livingVector(limfile = N4)
# }

Run the code above in your browser using DataLab