drawBlank {twoddpcr}R Documentation

Plot nothing.

Description

We may sometimes request that the dropletPlot method takes an empty data frame as its argument, e.g. an empty CSV file is loaded. This normally presents an error, which is not the desired output. This function plots nothing to show that there was no data to plot.

Usage

drawBlank()

Value

A blank ggplot object.

See Also

ggplot.well and ggplot.plate are wrappers for plotting ddpcrWell and ddpcrPlate objects.

If there is at least one droplet, the dropletPlot method plots droplet amplitude classifications.


[Package twoddpcr version 1.8.0 Index]