SavePlotlyAsHtml: SavePlotlyAsHtml

View source: R/Seurat.Utils.Visualization.R

SavePlotlyAsHtmlR Documentation

SavePlotlyAsHtml

Description

Save a Plotly 3D scatterplot as an HTML file.

Usage

SavePlotlyAsHtml(plotly_obj, category. = category, suffix. = NULL)

Arguments

plotly_obj

The Plotly object to save.

category

The category of the plot.

suffix

A suffix to add to the filename.

OutputDir

The output directory.

See Also

saveWidget

Examples

## Not run: 
plt <- plotly::plot_ly("some stuff")
SavePlotlyAsHtml(plt, category. = "label.categ", suffix. = "test")

## End(Not run)


vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.