scatter_plot: Scatter plot

Description Usage Arguments Value

View source: R/graphics.R

Description

Scatter plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
scatter_plot(
  df,
  x = NULL,
  y,
  x_limits = NULL,
  y_limits = NULL,
  color = NULL,
  title = "Scatter",
  wrap = NULL
)

Arguments

df

dataframe

x

col name of x axis

y

col name of y axis

x_limits

interval to filter x axis

y_limits

interval to filter y axis

color

chr. Name of the variable to which apply color logic.

title

Optional.

wrap

chr. column to which apply facet_wrap, y scale is free

Value

ggplot object


Davide-bll/Shinymod documentation built on April 17, 2021, 8:42 a.m.