plot-methods {ssExtra}R Documentation

Methods for Function plot in Package ssExtra

Description

These are simple methods to plot objects found in this package; e.g., “ssBigBAF” objects, which have slots that are sampling surfaces. Many more methods are documented for the full sampSurf package in plot.

Methods

signature(x = "ssBigBAF", y = "missing")

This will plot one or more sampling surfaces contained in an ssBigBAF object. Optionally, it can plot a set of sampled points as an overlay.

usage...

plot(x, 
     whichSS = slotNames(x)[grep('ss.', slotNames(x))],
     sampleCells = NULL,
     titles = NULL,
     namesAsTitles = TRUE,
     ... )

[Package ssExtra version 0.1-2 Index]