Learn R Programming

PathwaySpace (version 1.0.1)

names,PathwaySpace-method: Accessor functions for PathwaySpace objects.

Description

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

Usage

# S4 method for PathwaySpace
names(x)

Value

A character vector.

Arguments

x

A PathwaySpace class object.

Examples

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

Run the code above in your browser using DataLab