discrete_plot: discrete_plot

Description Usage Examples

View source: R/discrete_plot.R

Description

This function visualizes and summarizes discrete data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
discrete_plot(
  data,
  vector,
  plot,
  color = 1,
  title = "discrete plot",
  xlabel = NULL,
  ylabel = NULL,
  xlim = NULL,
  ylim = NULL
)

Examples

1
discrete_plot(iris, iris$Sepal.Length, "bar", "blue", xlim=c(5,7))

sparklingyouth/easy.visualize documentation built on June 8, 2020, 12:40 a.m.