R/AllGenerics.R
, R/TE-basisSets.R
basisSets.Rd
Access or set the basisSets of a TourExperiment
basisSet(x, type, ...) basisSet(x, type, ...) <- value basisSets(x, ...) basisSets(x, ...) <- value basisSetNames(x, type, ...) basisSetNames(x, type, ...) <- value # S4 method for TourExperiment basisSets(x) # S4 method for TourExperiment basisSets(x) <- value # S4 method for TourExperiment,missing basisSet(x, type) # S4 method for TourExperiment,numeric basisSet(x, type) # S4 method for TourExperiment,character basisSet(x, type) # S4 method for TourExperiment,missing basisSet(x, type, ...) <- value # S4 method for TourExperiment,numeric basisSet(x, type, ...) <- value # S4 method for TourExperiment,character basisSet(x, type, ...) <- value # S4 method for TourExperiment basisSetNames(x) # S4 method for TourExperiment basisSetNames(x) <- value
x | an object (a TourExperiment) |
---|---|
type | the name or a number of the list to access |
... | optional arguments passed to downstream methods |
value | a matrix to assign to an element of basisSets |
a TourExperiment
object