neighborSets: Access or set the neighborSets of a TourExperiment

Description Usage Arguments Value

Description

Access or set the neighborSets of a TourExperiment

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
neighborSet(x, type, ...)

neighborSet(x, type, ...) <- value

neighborSets(x, ...)

neighborSets(x, ...) <- value

neighborSetNames(x, type, ...)

neighborSetNames(x, type, ...) <- value

## S4 method for signature 'TourExperiment'
neighborSets(x, withDimnames = TRUE)

## S4 method for signature 'TourExperiment,missing'
neighborSet(x, type,
  withDimnames = TRUE)

## S4 method for signature 'TourExperiment,numeric'
neighborSet(x, type,
  withDimnames = TRUE)

## S4 method for signature 'TourExperiment,character'
neighborSet(x, type,
  withDimnames = TRUE)

## S4 replacement method for signature 'TourExperiment,missing'
neighborSet(x, type, ...) <- value

## S4 replacement method for signature 'TourExperiment,numeric'
neighborSet(x, type, ...) <- value

## S4 replacement method for signature 'TourExperiment,character'
neighborSet(x, type, ...) <- value

## S4 method for signature 'TourExperiment'
neighborSetNames(x)

## S4 replacement method for signature 'TourExperiment'
neighborSetNames(x) <- value

Arguments

x

an object (a TourExperiment)

type

the name or a number of the list to access

...

additional arguments

value

a matrix to assign to an element of basisSets

withDimnames

include row and column names in output?

Value

a TourExperiment object


sa-lee/sneezy documentation built on Nov. 25, 2019, 12:38 p.m.