Description Value Usage Arguments Methods Author(s) See Also Examples
Methods for function abind
from package abind useful for combining Image
arrays.
An Image
object or an array, containing the combined data arrays of the input objects.
abind(...)
...
Arguments to abind
signature(... = "Image")
This method is defined primarily for the sake of preserving the class of the combined Image
objects. Unlike the original abind
function, if dimnames
for all combined objects are NULL
it does not introduce a list of empty dimnames
for each dimension.
signature(... = "ANY")
Dispatches to the original abind
function.
Andrzej Ole<c5><9b>, andrzej.oles@embl.de, 2017
combine
provides a more convenient interface to merging images into an image sequence. Use tile
to lay out images next to each other in a regular grid.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.