Diff of /man/vrProportionPlot.Rd [000000] .. [413088]

Switch to unified view

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