plot_bar: plot_bar

Description Usage Arguments Examples

View source: R/plot_bar.R

Description

plot total regulators versus ORFs per genome

Usage

1
plot_bar(data, filename, title, add.legend = TRUE, legend.title = "")

Arguments

data

A data.frame object

filename

file name with .tiff extension

title

plot name inside " "

addLegend

default = TRUE

Examples

1
2
3
4
5
6
7
8
plot_bar(data_kos_sigma,
filename = "bar_example.tiff",
title = "bar distribution")

plot_bar(data_kos_sigma,
filename = "bar_example.tiff",
title = "bar distribution",
addLegend = FALSE)

josschavezf/erba documentation built on May 2, 2021, 7:33 a.m.