graphsumo: graphsumo

View source: R/graphsumo.R

graphsumoR Documentation

graphsumo

Description

plot a nice and consistent graph

Usage

graphsumo(dataset, abs, ord, MFV = "vir", alphajitter = 1, n)

Arguments

dataset

dataset organised as col = c(condition, value) and 1 row = 1 sample

abs

parameter to be plotted in x ex : genotype

ord

parameter to be plotted in y ex : value

MFV

can be vir for viridis scale, male for b&w or female for red&white

alphajitter

transparence

n

number of populations

Examples


  graphsumo(iris, iris$Species, iris$Petal.Length, "vir")


Damien-Dufour/sumo documentation built on March 18, 2023, 9:12 p.m.