Description Usage Arguments Examples
plot total regulators versus ORFs per genome
| 1 2 3 4 5 6 7 8 9 | plot_lines(
  data,
  type = "general",
  filename = "figure.tiff",
  title = "",
  ylab = "",
  ymin = 0,
  ymax = 200
)
 | 
| data | A data.frame object | 
| type | either "general" or "groups" for plotting per phylogenetic group | 
| filename | file name with .tiff extension | 
| title | plot name inside " " | 
| ylab | yLab name inside " " | 
| ymin | A number setting the ylab inferior limit. | 
| ymax | A number setting the ylab superior limit. | 
| 1 2 | plot_lines(data = data_kos_sigma, type = "general", filename = "example_general.tiff", title = "Sigma factors", ylab = "Sigma factors per genome", ymax = 120)
plot_lines(data = data_kos_sigma, type = "groups", filename = "example_groups.tiff", title = "Sigma factors", ylab = "Sigma factors per genome", ymax = 120 )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.