subset_vector {ComplexHeatmap}R Documentation

Subset the vector

Description

Subset the vector

Usage

subset_vector(x, i)

Arguments

x

A vector.

i

The indices.

Details

Mainly used for constructing the AnnotationFunction-class object.

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.0.0 Index]