[413088]: / man / vrProportionPlot.Rd

Download this file

36 lines (29 with data), 887 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visualization.R
\name{vrProportionPlot}
\alias{vrProportionPlot}
\title{vrPercentagePlot}
\usage{
vrProportionPlot(
object,
assay = NULL,
x.label = NULL,
split.by = NULL,
split.method = "facet_wrap",
ncol = 2,
nrow = NULL
)
}
\arguments{
\item{object}{a VoltRon object}
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}.
if NULL, the default assay will be used, see \link{vrMainAssay}.}
\item{x.label}{labels of the x axis}
\item{split.by}{the column to split the barplots by}
\item{split.method}{either facet_grid or facet_wrap, not affected if \code{split.by} is \code{NULL}}
\item{ncol}{column wise number of plots, for \link{ggarrange}}
\item{nrow}{row wise number of plots, for \link{ggarrange}}
}
\description{
vrPercentagePlot
}