Skip to contents

ramen provides a range of visualisation methods for the different type of objects available in the package.

ConsortiumMetabolism

# # Plots a directed network
# plot(cm1)
# # Plot the number of species in edges
# plot(cm1, type = "nEdges")
# # Plot the total consumption fluxes in a network
# plot(cm1, type = "Consumption")
# # Plot the total production fluxes in a network
# plot(cm1, type = "Production")
# # Plot the effective consumption fluxes in a network
# plot(cm1, type = "EffectiveConsumption")
# # Plot the effective production fluxes in a network
# plot(cm1, type = "EffectiveProduction")

ConsortiumMetabolismSet