gge_barplot2: Barplot

gge_barplot2R Documentation

Barplot

Description

This function generate a barplot

Usage

gge_barplot2(
  data,
  variable,
  group = NULL,
  title = NULL,
  subtitle = NULL,
  legend.position = "top"
)

Arguments

data

a data frame

variable

string with the name of the categorical variable that is going to be used to create the plot

group

a string with the name of the varible(s) to group the plots

title

either NULL or a string with the title of the plot

subtitle

either NULL or a string with the subtitle of the plot

legend.position

a string (top, bottom, left (Default)), right


DiogoFerrari/edar documentation built on May 8, 2022, 8:26 a.m.