@@ -11,15 +11,15 @@ setMethod("NCOL", "AlignedSpatialImage", function(x) 1L)
1111# ' \code{SpatialFeatureExperiment} and the \code{Voyager} package work with
1212# ' images differently from \code{SpatialExperiment}. In SFE and
1313# ' \code{Voyager}'s, plotting functions for SFE objects, the images can be read
14- # ' with \code{\link{rast}} and represented as \code{SpatRaster}, so the image is
14+ # ' with \code{\link[terra] {rast}} and represented as \code{SpatRaster}, so the image is
1515# ' not entirely loaded into memory unless necessary. Plotting will not load a
1616# ' large image into memory; rather the image will be downsampled and the
1717# ' downsampled version is plotted. A \code{SpatRasterImage} object (as of Bioc
1818# ' 3.19 or SFE version 1.6 and above) is a \code{SpatRaster} object but also
1919# ' inheriting from \code{VirtualSpatialImage} as required by
2020# ' \code{SpatialExperiment}.
2121# '
22- # ' @param img A \code{\link{SpatRaster}} or \code{PackedSpatRaster} object.
22+ # ' @param img A \code{\link[terra] {SpatRaster}} or \code{PackedSpatRaster} object.
2323# ' @param object A \code{SpatRasterImage} object.
2424# ' @return A \code{SpatRasterImage} object.
2525# ' @importClassesFrom SpatialExperiment VirtualSpatialImage
@@ -87,7 +87,7 @@ setMethod("showAsCell", "SpatRasterImage", function(object) {
8787# ' that can be read with \code{BioFormats}. The image is not loaded into memory,
8888# ' and when it is, the the \code{BioFormatsImage} object is converted into
8989# ' \code{\link{ExtImage}} because the loaded image is of a class that inherits
90- # ' from \code{\link{Image}}. The \code{\link{ExtImage}} class is a thin wrapper
90+ # ' from \code{\link[EBImage] {Image}}. The \code{\link{ExtImage}} class is a thin wrapper
9191# ' inheriting from \code{VirtualSpatialImage} so it's compatible with
9292# ' \code{SpatialExperiment} from which SFE is derived. This class might
9393# ' drastically change as it matures, say to accommodate other formats supported
@@ -308,7 +308,7 @@ setReplaceMethod("transformation", "BioFormatsImage", function(x, value) {
308308
309309# ' Use the EBImage \code{Image} class in SFE objects
310310# '
311- # ' This is a thin wrapper around the \code{\link{Image}} class in the
311+ # ' This is a thin wrapper around the \code{\link[EBImage] {Image}} class in the
312312# ' \code{EBImage} package so it inherits from \code{VirtualSpatialImage} to be
313313# ' compatible with \code{SpatialExperiment} from which SFE inherits. An
314314# ' \code{ext} field is added to specify the spatial extent of the image in
@@ -701,7 +701,7 @@ setMethod("dim", "ExtImage", function(x) {
701701# ' Image setter
702702# '
703703# ' Modify or replace images stored in a \code{SpatialExperiment} object. This is
704- # ' different from \code{\link{addImg}} which adds the image from files and can't
704+ # ' different from \code{\link[SpatialExperiment] {addImg}} which adds the image from files and can't
705705# ' replace existing images, which is there to be consistent with
706706# ' \code{SpatialExperiment}. This setter here can replace existing images with
707707# ' another object that inherits from \code{VirtualSpatialImage}, including
0 commit comments