iheatmap_list_utils | R Documentation |
These are utility methods for list-like classes in the package.
## S4 method for signature 'IheatmapList'
length(x)
## S4 method for signature 'IheatmapList'
as.list(x)
## S4 method for signature 'IheatmapList'
x[i]
## S4 replacement method for signature 'IheatmapList'
x[i] <- value
## S4 method for signature 'IheatmapList'
x[[i]]
## S4 replacement method for signature 'IheatmapList'
x[[i]] <- value
## S4 method for signature 'IheatmapList'
x$name
## S4 replacement method for signature 'IheatmapList'
x$name <- value
## S4 method for signature 'IheatmapList'
names(x)
## S4 replacement method for signature 'IheatmapList'
names(x) <- value
## S4 method for signature 'IheatmapList'
lapply(X, FUN, ...)
## S4 method for signature 'IheatmapList'
vapply(X, FUN, FUN.VALUE, ..., USE.NAMES = TRUE)
x |
input |
FUN |
function to apply to each element of x |
... |
additional arguments |
FUN.VALUE |
template for return value from FUN |
USE.NAMES |
logical, use names? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.