Description Usage Arguments Details Examples
This function takes a four row dataframe to create a bubble plot.
1 2 3 4 5 6 7 | Bubble_plot(
tabla_de_datos,
tabla_de_datos_x,
tabla_de_datos_y,
tabla_de_datos_sz,
tabla_de_datos_color
)
|
tabla_de_datos |
a four row dataframe. |
tabla_de_datos_x |
a valid col name to use on the x axis. |
tabla_de_datos_y |
a valid col name to use on the y axis. |
tabla_de_datos_sz |
a valid col name to use to plot the size of the bubbles. |
tabla_de_datos_color |
a valid col name to use to plot the color of the bubbles. |
This function is part of a package used for the analysis of microbial metabolism.
1 | Bubble_plot(example, "gene", "genomes", "abundance", "group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.