|
a |
|
b/man/resizeImage.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/image.R |
|
|
3 |
\name{resizeImage} |
|
|
4 |
\alias{resizeImage} |
|
|
5 |
\alias{resizeImage,VoltRon-method} |
|
|
6 |
\alias{resizeImage,vrAssay-method} |
|
|
7 |
\alias{resizeImage,vrAssayV2-method} |
|
|
8 |
\alias{resizeImage,vrImage-method} |
|
|
9 |
\alias{resizeImage,vrSpatial-method} |
|
|
10 |
\title{resizeImage} |
|
|
11 |
\usage{ |
|
|
12 |
resizeImage(object, ...) |
|
|
13 |
|
|
|
14 |
\S4method{resizeImage}{VoltRon}(object, assay = NULL, name = NULL, reg = FALSE, size = NULL) |
|
|
15 |
|
|
|
16 |
\S4method{resizeImage}{vrAssay}(object, name = NULL, reg = FALSE, size = NULL) |
|
|
17 |
|
|
|
18 |
\S4method{resizeImage}{vrAssayV2}(object, name = NULL, reg = FALSE, size = NULL) |
|
|
19 |
|
|
|
20 |
\S4method{resizeImage}{vrImage}(object, size = NULL) |
|
|
21 |
|
|
|
22 |
\S4method{resizeImage}{vrSpatial}(object, size = NULL) |
|
|
23 |
} |
|
|
24 |
\arguments{ |
|
|
25 |
\item{object}{a VoltRon, vrAssay or vrSpatial object.} |
|
|
26 |
|
|
|
27 |
\item{...}{arguments passed to other methods.} |
|
|
28 |
|
|
|
29 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
30 |
if NULL, the default assay will be used, see \link{vrMainAssay}.} |
|
|
31 |
|
|
|
32 |
\item{name}{the name of the image} |
|
|
33 |
|
|
|
34 |
\item{reg}{TRUE if registered coordinates of the main image (\link{vrMainSpatial}) is requested} |
|
|
35 |
|
|
|
36 |
\item{size}{the width of the resized image} |
|
|
37 |
} |
|
|
38 |
\description{ |
|
|
39 |
Resizing Magick images |
|
|
40 |
} |