Bubble_plot: Create bubble plots

Description Usage Arguments Details Examples

View source: R/Bubble_plot.R

Description

This function takes a four row dataframe to create a bubble plot.

Usage

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
)

Arguments

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.

Details

This function is part of a package used for the analysis of microbial metabolism.

Examples

1
Bubble_plot(example,  "gene", "genomes", "abundance", "group")

mirnavazquez/MetabolismTools documentation built on April 8, 2021, 9:21 p.m.