updateGiottoImage
¶
updateGiottoImage
Description¶
Updates the boundaries of a giotto image attached to a giotto object
Usage¶
updateGiottoImage(
gobject,
image_name,
xmax_adj = 0,
xmin_adj = 0,
ymax_adj = 0,
ymin_adj = 0,
return_gobject = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
spatial locations |
|
adjustment of the maximum x-value to align the image |
|
adjustment of the minimum x-value to align the image |
|
adjustment of the maximum y-value to align the image |
|
adjustment of the minimum y-value to align the image |
|
return a giotto object |
Value¶
a giotto object or an updated giotto image if return_gobject = F