writeGiottoLargeImage | R Documentation |
Write full resolution image to file. Filetype extension should be
included in filename
argument. Be careful if write time and disk space
needed if image is very large.
writeGiottoLargeImage(
giottoLargeImage = NULL,
gobject = NULL,
largeImage_name = NULL,
filename = NULL,
dataType = NULL,
max_intensity = NULL,
overwrite = FALSE,
verbose = TRUE
)
giottoLargeImage |
giottoLargeImage object |
gobject |
giotto object |
largeImage_name |
name of giottoLargeImage |
filename |
file name and path to write the image to |
dataType |
(optional) values for |
max_intensity |
(optional) image max intensity value from which |
overwrite |
Overwrite if |
verbose |
be verbose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.