Description Usage Arguments Examples
plot total regulators versus ORFs per genome with double distribution
| 1 2 3 4 5 6 7 8 | plot_exception(
  x,
  filename = "figure.tiff",
  title = "",
  ylab = "",
  ymax = 120,
  exception_group = NULL
)
 | 
| 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 | 
| 1 2 3 4 5 | plot_exception(data_riboswitch, filename = "riboswitch.tiff",
                title = "Riboswitches",
                ylab = "Riboswitches per genome",
                ymax = 80,
                exception_group = "Firmicutes" )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.