plot_graph: Plot core/satellite graphic

View source: R/plot_graph.R

plot_graphR Documentation

Plot core/satellite graphic

Description

Plot core/satellite graphic

Usage

plot_graph(x)

Arguments

x

A data frame of species abundance distribution generated using sad.

Value

A plot

Examples

df <- data.frame(x=seq(0,10), y=seq(11,21))
sad <- sad(df)
plot_graph(sad)


Ebedthan/coremicrobiota documentation built on May 2, 2023, 3:25 p.m.