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