Access or set the neighborSets of a TourExperiment

neighborSet(x, type, ...)

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

neighborSets(x, ...)

neighborSets(x, ...) <- value

neighborSetNames(x, type, ...)

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

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

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

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

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

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

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

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

# S4 method for TourExperiment
neighborSetNames(x)

# S4 method for 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