names,PathwaySpace-method {PathwaySpace}R Documentation

Accessor functions for PathwaySpace objects.

Description

Get and set 'vertex' names of a PathwaySpace class object.

Usage

## S4 method for signature 'PathwaySpace'
names(x)

Arguments

x

A PathwaySpace class object.

Value

A character vector.

Examples

data('gtoy1', package = 'PathwaySpace')
pts <- buildPathwaySpace(gtoy1, nrc = 100)
names(pts)


[Package PathwaySpace version 1.0.1 Index]