Learn R Programming

SingleCellAssay (version 0.80)

subset: Evaluate an expression (returning a logical vector in the context of x

Description

Really just syntactic sugar.

Usage

subset(x, ...)

Arguments

x

A matrix or data.frame typically

thesubset

An expression, which evaluated in either the current environment, or the parent, yields a logical vector

Value

The same class as x typically, with entries in which thesubset was TRUE