Learn R Programming

subspaceMOA (version 0.6.0)

plot_stream_interactive: Show Stream Clustering.

Description

A non-animated version of animate_stream_interactive.

Usage

plot_stream_interactive(dsc, points,
  launch.browser = getOption("shiny.launch.browser", interactive()))

Arguments

dsc
a DSC object representing the clustering of a data stream.
points
a data.frame of points that will be plotted along with the clustering.
launch.browser
will be passed on to runApp, so that the visualisation can be shown in e.g. RStudio's Viewer pane, if this is desired.