addGiottoImage | R Documentation |
Adds lists of giottoImages and giottoLargeImages to gobjects
addGiottoImage(
gobject = NULL,
images = NULL,
largeImages = NULL,
spat_loc_name = NULL,
scale_factor = NULL,
negative_y = TRUE
)
gobject |
gobject to add images objects to |
images |
list of giottoImages to add |
largeImages |
list of giottoLargeImages to add |
spat_loc_name |
provide spatial location slot in Giotto to align giottoImages. Defaults to first one |
scale_factor |
provide scale of image pixel dimensions relative to spatial coordinates. |
negative_y |
Map image to negative y spatial values if TRUE during automatic alignment. Meaning that origin is in upper left instead of lower left. |
an updated Giotto object with access to the list of images
Other basic image functions:
plotGiottoImage()
,
reconnectGiottoImage()
,
updateGiottoImage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.