Switch to unified view

a b/man/vrNeighbourhoodEnrichmentPlot.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/visualization.R
3
\name{vrNeighbourhoodEnrichmentPlot}
4
\alias{vrNeighbourhoodEnrichmentPlot}
5
\title{vrNeighbourhoodEnrichmentPlot}
6
\usage{
7
vrNeighbourhoodEnrichmentPlot(
8
  results,
9
  assay = NULL,
10
  type = c("assoc", "segreg")
11
)
12
}
13
\arguments{
14
\item{results}{The results from \link{vrNeighbourhoodEnrichment}}
15
16
\item{assay}{assay name (exp: Assay1), see \link{SampleMetadata}.}
17
18
\item{type}{the type of spatial test. Either "assoc" for association test or "segreg" for segregation test}
19
}
20
\description{
21
Plotting results of \link{vrNeighbourhoodEnrichment}
22
}