powered by
Get quick information from a scatterplot by hovering over points
HoverLocator(plot, information = NULL, axes = TRUE, dark.theme = FALSE, ...)
A ggplot2 plot
An optional dataframe or matrix of extra information to be displayed on hover
Display or hide x- and y-axes
Plot using a dark theme?
Extra parameters to be passed to layout
layout
layout ggplot_build DimPlot FeaturePlot
ggplot_build
DimPlot
FeaturePlot
if (FALSE) { data("pbmc_small") plot <- DimPlot(object = pbmc_small) HoverLocator(plot = plot, information = FetchData(object = pbmc_small, vars = 'percent.mito')) }
Run the code above in your browser using DataLab