Description Usage Arguments Value Examples
Creates a giotto image that can be added to a Giotto object and/or used to add an image to the spatial plotting functions
1 2 3 4 5 6 7 8 9 10 | createGiottoImage(
gobject = NULL,
spatial_locs = NULL,
mg_object,
name = "image",
xmax_adj = 0,
xmin_adj = 0,
ymax_adj = 0,
ymin_adj = 0
)
|
gobject |
giotto object |
spatial_locs |
spatial locations (alternative if giobject = NULL) |
mg_object |
magick image object |
name |
name for the image |
xmax_adj |
adjustment of the maximum x-value to align the image |
xmin_adj |
adjustment of the minimum x-value to align the image |
ymax_adj |
adjustment of the maximum y-value to align the image |
ymin_adj |
adjustment of the minimum y-value to align the image |
a giotto image object
1 | createGiottoImage(mg_object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.