createGiottoLargeImageList#
Last Updated: Oct 02, 2023
Description#
Creates a list of large giotto images that can be added to a Giotto object. Generates deep copy of SpatRaster
Usage#
createGiottoLargeImageList(
raster_objects,
names = "image",
negative_y = TRUE,
extent = NULL,
use_rast_ext = FALSE,
image_transformations = NULL,
xmax_bound = NULL,
xmin_bound = NULL,
ymax_bound = NULL,
ymin_bound = NULL,
scale_factor = 1,
verbose = TRUE
)
Arguments#
|
vector of image paths or terra SpatRaster image objects |
|
vector of names for the images |
|
Map image to negative y spatial values if TRUE. Meaning that origin is in upper left instead of lower left. |
|
SpatExtent object to assign spatial extent. Takes priority unless use_rast_ext is TRUE. |
|
Use extent from input raster object |
|
vector of sequential image transformations - under construction |
|
assign min and max x and y values for image spatial placement |
|
scaling of image dimensions relative to spatial coordinates |
|
be verbose |
Details#
See createGiottoLargeImage
Value#
a list with giottoLargeImage objects