plot_dots: Generates a dot plot

Description Usage Arguments

View source: R/flowR.R

Description

Generates a dot plot

Usage

1

Arguments

args

list of arguments. Mandatory arguments : a data.frame 'df', x and y plot variable 'xvar' and 'yvar'. Other arguments can include : 'color_var' : variable used for the aesthetic 'color' 'group_var' : variable used for the aesthetic 'group' 'alpha' : dot transparency (between 0 and 1) 'size' : dot size 'show_label' : logical; add labels for each group (as defined by 'id.vars') 'id.vars' : variable defining groups for which a label should be displayed (superseded by 'color_var' and 'group_var')


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.