cropGiottoLargeImage | R Documentation |
Crop a giottoLargeImage based on crop_extent argument or given values
cropGiottoLargeImage(
gobject = NULL,
largeImage_name = NULL,
giottoLargeImage = NULL,
crop_name = "image",
crop_extent = NULL,
xmax_crop = NULL,
xmin_crop = NULL,
ymax_crop = NULL,
ymin_crop = NULL
)
gobject |
gobject holding the giottoLargeImage |
largeImage_name |
name of giottoLargeImage within gobject |
giottoLargeImage |
alternative input param using giottoLargeImage object
instead of through |
crop_name |
arbitrary name for cropped giottoLargeImage |
crop_extent |
terra extent object used to crop the giottoLargeImage |
xmax_crop, xmin_crop, ymax_crop, ymin_crop |
crop min/max x and y bounds |
a giottoLargeImage object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.