plot_exception: plot_exception

Description Usage Arguments Examples

Description

plot total regulators versus ORFs per genome with double distribution

Usage

1
2
3
4
5
6
7
8
plot_exception(
  x,
  filename = "figure.tiff",
  title = "",
  ylab = "",
  ymax = 120,
  exception_group = NULL
)

Arguments

x

A data.frame object

filename

file name with .tiff extension

title

plot name inside " "

ylab

ylab name inside " "

ymax

A number setting the ylab superior limit.

exception_group

phylum to be used as exception

Examples

1
2
3
4
5
plot_exception(data_riboswitch, filename = "riboswitch.tiff",
                title = "Riboswitches",
                ylab = "Riboswitches per genome",
                ymax = 80,
                exception_group = "Firmicutes" )

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