Scatter: Generate the scatterplot

Description Usage Arguments Value

View source: R/helper.R

Description

The function that generates the scatterplot.

Usage

1
2
3
4
5
6
7
8
9
Scatter(
  Data,
  feature,
  grouping.by,
  highlight.by,
  showDims,
  dot.size,
  interactive
)

Arguments

Data

data.frame. The data to use for plotting.

feature

character. The feature to be plotted.

grouping.by

character. The grouping variable to be highlighted automatically.

highlight.by

character. The second grouping variable to be highlighted on click.

showDims

character. The dimensions to be plotted.

dot.size

numeric. The size of the dots to be plotted.

interactive

logical. If TRUE, an interactive (plotly) plot is generated.

Value

Data for plotting


dianalow/nMyo documentation built on June 2, 2020, 12:03 a.m.