plot_dotviolin {dotsViolin}R Documentation

Makes a dot-plot and violin-plot

Description

This function makes a dot-plot and violin-plot, internal function

Usage

plot_dotviolin(
  dataset,
  par,
  groupcol,
  vary,
  labelx,
  maxx,
  adjust,
  binwidth,
  fill_group = "fill_group",
  font = "mono",
  dots = TRUE,
  violin = TRUE
)

Arguments

dataset

dataframe with columns to be merged into 1

par

dot size

groupcol

categories to group

vary

numeric variable

labelx

x axis label

maxx

x axis maximum value

adjust

geom_violin adjust parameter

binwidth

geom_dotplot binwidth parameter

fill_group

2nd category with 2 options as a fill aes argument for geom_dotplot

font

font family

dots

boolean include dot plot

violin

boolean include violin plot

Value

ggplot


[Package dotsViolin version 0.0.1 Index]