imgSource | R Documentation |
Get the file path of images that are on disk and not read into memory. Only
applies to SpatRasterImage
and BioFormatsImage
.
## S4 method for signature 'SpatRasterImage'
imgSource(x)
## S4 method for signature 'BioFormatsImage'
imgSource(x)
## S4 method for signature 'ExtImage'
imgSource(x)
x |
An object of class |
String, file path to the original image on disk. For
SpatRasterImage
, if the image is loaded into memory, then
NULL
.
Other image methods:
SFE-image
,
affineImg()
,
cropImg()
,
dim,BioFormatsImage-method
,
ext()
,
imgRaster()
,
mirrorImg()
,
rotateImg()
,
scaleImg()
,
translateImg()
,
transposeImg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.