Switch to side-by-side view

--- a
+++ b/man/vrNeighbourhoodEnrichmentPlot.Rd
@@ -0,0 +1,22 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/visualization.R
+\name{vrNeighbourhoodEnrichmentPlot}
+\alias{vrNeighbourhoodEnrichmentPlot}
+\title{vrNeighbourhoodEnrichmentPlot}
+\usage{
+vrNeighbourhoodEnrichmentPlot(
+  results,
+  assay = NULL,
+  type = c("assoc", "segreg")
+)
+}
+\arguments{
+\item{results}{The results from \link{vrNeighbourhoodEnrichment}}
+
+\item{assay}{assay name (exp: Assay1), see \link{SampleMetadata}.}
+
+\item{type}{the type of spatial test. Either "assoc" for association test or "segreg" for segregation test}
+}
+\description{
+Plotting results of \link{vrNeighbourhoodEnrichment}
+}