tesselation.plot: Voronoi tesselation plot

Description Usage Arguments

View source: R/tesselation.R

Description

Compute voronoi tesselation and visualize ST data as a colored mosaic.

Usage

1
2
tesselation.plot(r, datapolyM = NULL, outline.color = NA,
  bg = "black", xlim = c(0, 34), ylim = c(0, 36), alpha = 1)

Arguments

r

Data.frame with grouped x, y values used with geom_polygon.

datapolyM

Convex hull polygon used to mask area outside tissue.

outline.color

Set color of polygon outline.

bg

Background color.

xlim, ylim

Set limits of x and y axes.

alpha

Set transparency of polygons.


ludvigla/spaceST documentation built on May 29, 2019, 3:43 a.m.